Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Qiu <wenqiq@vmware.com>
  • Loading branch information
wenqiq committed Jun 4, 2024
1 parent f4bfc9a commit e45262d
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 506 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ bin/
go.work
go.work.sum
vendor/
.golangci-bin/
11 changes: 4 additions & 7 deletions build/yaml/crd/nsx.vmware.com_vpcnetworkconfigurations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ spec:
jsonPath: .spec.nsxtProject
name: NSXTProject
type: string
- description: ExternalIPv4Blocks assigned to the Namespace
jsonPath: .spec.externalIPv4Blocks
name: ExternalIPv4Blocks
type: string
- description: PrivateIPv4CIDRs assigned to the Namespace
jsonPath: .spec.privateIPv4CIDRs
name: PrivateIPv4CIDRs
Expand Down Expand Up @@ -94,15 +98,8 @@ spec:
description: VPCConnectivityProfile ID. This profile has configuration
related to create VPC transit gateway attachment.
type: string
vpc_service_profile:
description: VPCServiceProfile ID. A collection of default DHCP and
subnet profiles. Default vpc service profile will be created as
part of new project creation workflow. That will be used as default
for all VPCs created under that project.
type: string
required:
- vpc_connectivity_profile
- vpc_service_profile
type: object
status:
description: VPCNetworkConfigurationStatus defines the observed state
Expand Down
120 changes: 0 additions & 120 deletions pkg/apis/nsx.vmware.com/v1alpha1/vpcconnectivityprofile_types.go

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ type VPCNetworkConfigurationSpec struct {
// VPCConnectivityProfile ID. This profile has configuration related to create VPC transit gateway attachment.
VPCConnectivityProfile string `json:"vpc_connectivity_profile"`

// VPCServiceProfile ID. A collection of default DHCP and subnet profiles.
// Default vpc service profile will be created as part of new project creation workflow.
// That will be used as default for all VPCs created under that project.
VPCServiceProfile string `json:"vpc_service_profile"`
// // VPCServiceProfile ID. A collection of default DHCP and subnet profiles.
// // Default vpc service profile will be created as part of new project creation workflow.
// // That will be used as default for all VPCs created under that project.
// VPCServiceProfile string `json:"vpc_service_profile"`

// Edge cluster path on which the networking elements will be created.
EdgeClusterPath string `json:"edgeClusterPath,omitempty"`
Expand Down
58 changes: 0 additions & 58 deletions pkg/apis/nsx.vmware.com/v1alpha1/vpcserviceprofile_types.go

This file was deleted.

Loading

0 comments on commit e45262d

Please sign in to comment.