-
Notifications
You must be signed in to change notification settings - Fork 417
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #126503 from skitt/generic-fake-client
Use generics to share code in fake client-go implementations Kubernetes-commit: 31970d418ccae80c9c7e25e8c503035a79a53763
- Loading branch information
Showing
31 changed files
with
550 additions
and
2,539 deletions.
There are no files selected for viewing
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
432 changes: 194 additions & 238 deletions
432
cmd/client-gen/generators/fake/generator_fake_for_type.go
Large diffs are not rendered by default.
Oops, something went wrong.
181 changes: 25 additions & 156 deletions
181
examples/HyphenGroup/clientset/versioned/typed/example/v1/fake/fake_clustertesttype.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
examples/HyphenGroup/clientset/versioned/typed/example/v1/fake/fake_example_client.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.