Skip to content

Commit 4414ee7

Browse files
authored
[CRD] Remove duplicated print column "Name" in SubnetConnectionBindingMap (#1382)
This change removes the duplicated print-column Name in CRD SubnetConnectionBindingMap
1 parent 1d91544 commit 4414ee7

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

build/yaml/crd/vpc/crd.nsx.vmware.com_subnetconnectionbindingmaps.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ spec:
1818
scope: Namespaced
1919
versions:
2020
- additionalPrinterColumns:
21-
- description: The name of the SubnetConnectionBindingMap resource
22-
jsonPath: .metadata.name
23-
name: name
24-
type: string
2521
- description: The Subnet which the SubnetConnectionBindingMap is associated
2622
jsonPath: .spec.subnetName
2723
name: subnet

pkg/apis/vpc/v1alpha1/subnetconnectionbindingmap_types.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ type SubnetConnectionBindingMapStatus struct {
4040
// +kubebuilder:selectablefield:JSONPath=`.spec.subnetName`
4141

4242
// SubnetConnectionBindingMap is the Schema for the SubnetConnectionBindingMap API.
43-
// +kubebuilder:printcolumn:name="name",type=string,JSONPath=`.metadata.name`,description="The name of the SubnetConnectionBindingMap resource"
4443
// +kubebuilder:printcolumn:name="subnet",type=string,JSONPath=`.spec.subnetName`,description="The Subnet which the SubnetConnectionBindingMap is associated"
4544
// +kubebuilder:printcolumn:name="targetSubnet",type=string,JSONPath=`.spec.targetSubnetName`,description="The target Subnet which the SubnetConnectionBindingMap is connected to"
4645
// +kubebuilder:printcolumn:name="targetSubnetSet",type=string,JSONPath=`.spec.targetSubnetSetName`,description="The target SubnetSet which the SubnetConnectionBindingMap is connected to"

0 commit comments

Comments
 (0)