-
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.
feat: update crossplane types to v0.15.0 (#33)
* Automatic Update Crossplane Types to v0.14.0 * Automatic Update Crossplane Types to v0.15.0 * add fqdn, agentPermissionsRules and CrossplaneExtension * add agentPermissionsRules, fqdn, CrossplaneExtension * add multi cluster dashboard implementation * run go mod tidy * fix linter * generate mock client * fix linter * fix bugs * prevent lint for *bool values * use latest version of crossplane build * remove unused keys * remove unused attribute * use not found error * fix linter * use default value * use pointer type * fix compiler error for test case * add comment; remove unused attribute * use ptr.To instead of pointer.ToPointer * go mod tidy * remove unused attributes * Revert "chore(deps): bump sigs.k8s.io/controller-runtime from 0.17.0 to 0.18.4 (#30)" This reverts commit ba729b9. * Revert "chore(deps): bump k8s.io/kubectl from 0.29.1 to 0.30.2 (#32)" This reverts commit fc51478. * remove unused attributes --------- Co-authored-by: Akuity Bot <[email protected]>
- Loading branch information
Showing
22 changed files
with
765 additions
and
343 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "build"] | ||
path = build | ||
url = https://github.com/upbound/build | ||
url = https://github.com/crossplane/build |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Submodule build
updated
26 files
+0 −11 | CODEOWNERS | |
+19 −16 | README.md | |
+0 −91 | common.sh | |
+0 −102 | cross/Dockerfile | |
+0 −36 | cross/Makefile | |
+0 −51 | cross/rsyncd.sh | |
+0 −34 | cross/run.sh | |
+0 −29 | cross/xvfb-chrome | |
+14 −6 | makelib/controlplane.mk | |
+0 −74 | makelib/docs.mk | |
+22 −147 | makelib/golang.mk | |
+0 −301 | makelib/image.mk | |
+39 −22 | makelib/k8s_tools.mk | |
+0 −185 | makelib/local.mk | |
+6 −3 | makelib/local.xpkg.mk | |
+0 −94 | makelib/nodejs.mk | |
+1 −0 | makelib/xpkg.mk | |
+0 −76 | makelib/yarnjs.mk | |
+0 −30 | reset | |
+0 −175 | run | |
+0 −46 | scripts/load-configs.sh | |
+0 −165 | scripts/localdev-deploy-component.sh | |
+0 −135 | scripts/localdev-prepare.sh | |
+0 −36 | scripts/localdev-remove-component.sh | |
+0 −87 | scripts/localdev-scaffold.sh | |
+0 −61 | scripts/utils.sh |
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
30 changes: 30 additions & 0 deletions
30
internal/clients/akuity/mock/argocd_service_gateway_client_mock.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
Oops, something went wrong.