Skip to content

Commit 232cd85

Browse files
committed
Adapt to new apiVersion for controllers
Signed-off-by: Xie Zheng <[email protected]>
1 parent 59d462a commit 232cd85

File tree

107 files changed

+537
-2297
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+537
-2297
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ help: ## Display this help.
4141

4242
.PHONY: manifests
4343
manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects.
44-
$(CONTROLLER_GEN) rbac:roleName=manager-role crd webhook paths="github.com/vmware-tanzu/nsx-operator/pkg/apis/v1alpha1;github.com/vmware-tanzu/nsx-operator/pkg/apis/v1alpha2" output:crd:artifacts:config=build/yaml/crd/
44+
$(CONTROLLER_GEN) rbac:roleName=manager-role crd webhook paths="github.com/vmware-tanzu/nsx-operator/pkg/apis/crd.nsx.vmware.com/v1alpha1;github.com/vmware-tanzu/nsx-operator/pkg/apis/crd.nsx.vmware.com/v1alpha2" output:crd:artifacts:config=build/yaml/crd/vpc/
4545

4646
.PHONY: generate
4747
generate: controller-gen ## Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.

build/yaml/crd/nsx.vmware.com_ipaddressallocations.yaml

-107
This file was deleted.

build/yaml/crd/nsx.vmware.com_ippools.yaml

-251
This file was deleted.

0 commit comments

Comments
 (0)