Skip to content

Commit

Permalink
Authpolicy/v1beta3 (#924)
Browse files Browse the repository at this point in the history
* ADD: AuthPolicy v1beta3

First pass at adding v1beta3.
This is not expected to compile.

* REMOVE: AuthPolicy v1beta2
---------

Signed-off-by: Jim Fitzpatrick <[email protected]>
  • Loading branch information
Boomatang authored Oct 22, 2024
1 parent aba1a78 commit d981b16
Show file tree
Hide file tree
Showing 39 changed files with 1,311 additions and 22,738 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ endef

.PHONY: manifests
manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects.
$(CONTROLLER_GEN) crd paths="./api/v1alpha1;./api/v1beta1;./api/v1beta2;./api/v1beta3" output:crd:artifacts:config=config/crd/bases
$(CONTROLLER_GEN) crd paths="./api/v1alpha1;./api/v1beta1;./api/v1beta3" output:crd:artifacts:config=config/crd/bases
$(CONTROLLER_GEN) rbac:roleName=manager-role webhook paths="./..."

.PHONY: dependencies-manifests
Expand Down
423 changes: 0 additions & 423 deletions api/v1beta2/authpolicy_types.go

This file was deleted.

226 changes: 0 additions & 226 deletions api/v1beta2/authpolicy_types_test.go

This file was deleted.

36 changes: 0 additions & 36 deletions api/v1beta2/groupversion_info.go

This file was deleted.

75 changes: 0 additions & 75 deletions api/v1beta2/route_selectors.go

This file was deleted.

Loading

0 comments on commit d981b16

Please sign in to comment.