File tree 3 files changed +75
-0
lines changed
3 files changed +75
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,31 @@ kind: CustomResourceDefinition
78
78
metadata :
79
79
name : redisenterpriseclusters.app.redislabs.com
80
80
spec :
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
81
106
group : app.redislabs.com
82
107
names :
83
108
kind : RedisEnterpriseCluster
Original file line number Diff line number Diff line change @@ -3,6 +3,31 @@ kind: CustomResourceDefinition
3
3
metadata :
4
4
name : redisenterpriseclusters.app.redislabs.com
5
5
spec :
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
6
31
group : app.redislabs.com
7
32
names :
8
33
kind : RedisEnterpriseCluster
Original file line number Diff line number Diff line change @@ -94,6 +94,31 @@ kind: CustomResourceDefinition
94
94
metadata :
95
95
name : redisenterpriseclusters.app.redislabs.com
96
96
spec :
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
97
122
group : app.redislabs.com
98
123
names :
99
124
kind : RedisEnterpriseCluster
You can’t perform that action at this time.
0 commit comments