Skip to content

Commit

Permalink
Merge pull request vmware-tanzu#684 from wenqiq/topic/wenqi/cherrypic…
Browse files Browse the repository at this point in the history
…k420

Sync 4.2.0 branch
  • Loading branch information
wenqiq authored Aug 12, 2024
2 parents 3d12cf1 + 9a78792 commit 10f5564
Show file tree
Hide file tree
Showing 278 changed files with 3,867 additions and 15,308 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ help: ## Display this help.

.PHONY: manifests
manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects.
$(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/
$(CONTROLLER_GEN) rbac:roleName=manager-role crd webhook paths="github.com/vmware-tanzu/nsx-operator/pkg/apis/t1/v1alpha1" output:crd:artifacts:config=build/yaml/crd/t1/
$(CONTROLLER_GEN) rbac:roleName=manager-role crd webhook paths="github.com/vmware-tanzu/nsx-operator/pkg/apis/vpc/v1alpha1" output:crd:artifacts:config=build/yaml/crd/vpc/

.PHONY: generate
generate: controller-gen ## Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.
Expand Down
2 changes: 1 addition & 1 deletion build/image/photon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.9 as golang-build
FROM golang:1.22.5 as golang-build

WORKDIR /source

Expand Down
107 changes: 0 additions & 107 deletions build/yaml/crd/nsx.vmware.com_ipaddressallocations.yaml

This file was deleted.

251 changes: 0 additions & 251 deletions build/yaml/crd/nsx.vmware.com_ippools.yaml

This file was deleted.

Loading

0 comments on commit 10f5564

Please sign in to comment.