This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use batch/v1beta1 instead of batch/v2alpha1
Not all clusters support the API batch/v2lpha1 (to wit: our own clusters don't). Instead use v1beta1, which is counter-intuitively only available in newer revisions of k8s.io/client-go. They are apparently backwards-compatible: fluxctl will happily deal with resources marked with either v1beta1 or v2alpha1, despite it using the API only for the former. Updating the client-go revision required a lot of `dep`ing around.
- Loading branch information
Showing
4 changed files
with
70 additions
and
83 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters