-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Gopkg dependency for kubernetes code-generator.
The code generator should not be run from HEAD, as it will generate code that diverges from the pinned version of client-go, and also any previously generated CRD controller clients. This change pins both code generator and client-go to the specified kubernetes release, and ensures the update-codegen.sh script uses the code-generator specified in the vendor directory rather than HEAD. This ensures the build is always reproducible.
- Loading branch information
Showing
296 changed files
with
41,747 additions
and
3,743 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
16 changes: 7 additions & 9 deletions
16
backend/src/crd/pkg/client/clientset/versioned/fake/register.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
16 changes: 7 additions & 9 deletions
16
backend/src/crd/pkg/client/clientset/versioned/scheme/register.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.