Skip to content

Commit d955f04

Browse files
authored
fix nodeInfo schema (#2838)
1 parent b9b8627 commit d955f04

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

crd/multitenancy/api/v1alpha1/nodeinfo.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import (
1515
// +kubebuilder:subresource:status
1616
// +kubebuilder:resource:shortName=ni,scope=Cluster,path=nodeinfo
1717
// +kubebuilder:printcolumn:name="VMUniqueID",type=string,priority=0,JSONPath=`.spec.vmUniqueID`
18-
// +kubebuilder:printcolumn:name="Status",type=string,priority=1,JSONPath=`.status.status`
1918
type NodeInfo struct {
2019
metav1.TypeMeta `json:",inline"`
2120
metav1.ObjectMeta `json:"metadata,omitempty"`

crd/multitenancy/manifests/multitenancy.acn.azure.com_nodeinfo.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ spec:
2020
- jsonPath: .spec.vmUniqueID
2121
name: VMUniqueID
2222
type: string
23-
- jsonPath: .status.status
24-
name: Status
25-
priority: 1
26-
type: string
2723
name: v1alpha1
2824
schema:
2925
openAPIV3Schema:

0 commit comments

Comments
 (0)