Skip to content

Commit

Permalink
upgrade controller-gen to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philbrookes committed Mar 14, 2024
1 parent a3eab57 commit 43a96f3
Show file tree
Hide file tree
Showing 11 changed files with 5,051 additions and 5,439 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ operator-sdk: $(OPERATOR_SDK) ## Download operator-sdk locally if necessary.

CONTROLLER_GEN = $(PROJECT_PATH)/bin/controller-gen
$(CONTROLLER_GEN):
$(call go-install-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.13.0)
$(call go-install-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0)

.PHONY: controller-gen
controller-gen: $(CONTROLLER_GEN) ## Download controller-gen locally if necessary.
Expand Down
3,448 changes: 1,621 additions & 1,827 deletions bundle/manifests/kuadrant.io_authpolicies.yaml

Large diffs are not rendered by default.

245 changes: 130 additions & 115 deletions bundle/manifests/kuadrant.io_dnspolicies.yaml

Large diffs are not rendered by default.

896 changes: 407 additions & 489 deletions bundle/manifests/kuadrant.io_kuadrants.yaml

Large diffs are not rendered by default.

376 changes: 206 additions & 170 deletions bundle/manifests/kuadrant.io_ratelimitpolicies.yaml

Large diffs are not rendered by default.

279 changes: 161 additions & 118 deletions bundle/manifests/kuadrant.io_tlspolicies.yaml

Large diffs are not rendered by default.

3,448 changes: 1,621 additions & 1,827 deletions config/crd/bases/kuadrant.io_authpolicies.yaml

Large diffs are not rendered by default.

245 changes: 130 additions & 115 deletions config/crd/bases/kuadrant.io_dnspolicies.yaml

Large diffs are not rendered by default.

896 changes: 407 additions & 489 deletions config/crd/bases/kuadrant.io_kuadrants.yaml

Large diffs are not rendered by default.

376 changes: 206 additions & 170 deletions config/crd/bases/kuadrant.io_ratelimitpolicies.yaml

Large diffs are not rendered by default.

279 changes: 161 additions & 118 deletions config/crd/bases/kuadrant.io_tlspolicies.yaml

Large diffs are not rendered by default.

0 comments on commit 43a96f3

Please sign in to comment.