File tree Expand file tree Collapse file tree 3 files changed +75
-0
lines changed Expand file tree Collapse file tree 3 files changed +75
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,31 @@ kind: CustomResourceDefinition
7878metadata :
7979 name : redisenterpriseclusters.app.redislabs.com
8080spec :
81+ additionalPrinterColumns :
82+ - JSONPath : .spec.nodes
83+ name : Nodes
84+ type : string
85+ - JSONPath : .spec.redisEnterpriseImageSpec.versionTag
86+ name : Version
87+ type : string
88+ - JSONPath : .status.state
89+ name : State
90+ type : string
91+ - JSONPath : .status.specStatus
92+ name : Spec Status
93+ type : string
94+ - JSONPath : .status.licenseStatus.licenseState
95+ name : License State
96+ type : string
97+ - JSONPath : .status.licenseStatus.shardsLimit
98+ name : Shards Limit
99+ type : string
100+ - JSONPath : .status.licenseStatus.expirationDate
101+ name : License Expiration Date
102+ type : string
103+ - name : Age
104+ type : date
105+ JSONPath : .metadata.creationTimestamp
81106 group : app.redislabs.com
82107 names :
83108 kind : RedisEnterpriseCluster
Original file line number Diff line number Diff line change @@ -3,6 +3,31 @@ kind: CustomResourceDefinition
33metadata :
44 name : redisenterpriseclusters.app.redislabs.com
55spec :
6+ additionalPrinterColumns :
7+ - JSONPath : .spec.nodes
8+ name : Nodes
9+ type : string
10+ - JSONPath : .spec.redisEnterpriseImageSpec.versionTag
11+ name : Version
12+ type : string
13+ - JSONPath : .status.state
14+ name : State
15+ type : string
16+ - JSONPath : .status.specStatus
17+ name : Spec Status
18+ type : string
19+ - JSONPath : .status.licenseStatus.licenseState
20+ name : License State
21+ type : string
22+ - JSONPath : .status.licenseStatus.shardsLimit
23+ name : Shards Limit
24+ type : string
25+ - JSONPath : .status.licenseStatus.expirationDate
26+ name : License Expiration Date
27+ type : string
28+ - name : Age
29+ type : date
30+ JSONPath : .metadata.creationTimestamp
631 group : app.redislabs.com
732 names :
833 kind : RedisEnterpriseCluster
Original file line number Diff line number Diff line change @@ -94,6 +94,31 @@ kind: CustomResourceDefinition
9494metadata :
9595 name : redisenterpriseclusters.app.redislabs.com
9696spec :
97+ additionalPrinterColumns :
98+ - JSONPath : .spec.nodes
99+ name : Nodes
100+ type : string
101+ - JSONPath : .spec.redisEnterpriseImageSpec.versionTag
102+ name : Version
103+ type : string
104+ - JSONPath : .status.state
105+ name : State
106+ type : string
107+ - JSONPath : .status.specStatus
108+ name : Spec Status
109+ type : string
110+ - JSONPath : .status.licenseStatus.licenseState
111+ name : License State
112+ type : string
113+ - JSONPath : .status.licenseStatus.shardsLimit
114+ name : Shards Limit
115+ type : string
116+ - JSONPath : .status.licenseStatus.expirationDate
117+ name : License Expiration Date
118+ type : string
119+ - name : Age
120+ type : date
121+ JSONPath : .metadata.creationTimestamp
97122 group : app.redislabs.com
98123 names :
99124 kind : RedisEnterpriseCluster
You can’t perform that action at this time.
0 commit comments