-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic Update Crossplane Types to v0.16.1 (#44)
* Automatic Update Crossplane Types to v0.16.0 * update --------- Co-authored-by: Jiacheng Xu <[email protected]>
- Loading branch information
1 parent
8038cbf
commit 3a7b2cb
Showing
9 changed files
with
261 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ cover.out | |
.vscode | ||
.idea | ||
.DS_Store | ||
dist |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -162,3 +162,11 @@ akuity-publish: | |
us-docker.pkg.dev/akuity/crossplane/provider:$(VERSION) | ||
|
||
.PHONY: crossplane.help help-special | ||
|
||
.PHONY: generate-kubetypes | ||
generate-kubetypes: | ||
# https://pkg.go.dev/sigs.k8s.io/controller-tools/cmd/controller-gen | ||
GOBIN=`pwd`/dist go install sigs.k8s.io/controller-tools/cmd/[email protected] | ||
./dist/controller-gen object paths="./internal/types/generated/akuity/v1alpha1/..." | ||
./dist/controller-gen object paths="./internal/types/generated/argocd/v1alpha1/..." | ||
./dist/controller-gen object paths="./internal/types/generated/crossplane/v1alpha1/..." |
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
136 changes: 135 additions & 1 deletion
136
internal/types/generated/akuity/v1alpha1/zz_generated.deepcopy.go
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
Oops, something went wrong.