Skip to content

Commit a434bb1

Browse files
authored
Merge pull request #155 from yuvallevy2/add_missing_crd_attr
Add missing crd attr
2 parents 118fc4c + 3d0d3ab commit a434bb1

File tree

3 files changed

+75
-0
lines changed

3 files changed

+75
-0
lines changed

bundle.yaml

+25
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,31 @@ kind: CustomResourceDefinition
7878
metadata:
7979
name: redisenterpriseclusters.app.redislabs.com
8080
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
81106
group: app.redislabs.com
82107
names:
83108
kind: RedisEnterpriseCluster

crds/v1/rec_crd.yaml

+25
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@ kind: CustomResourceDefinition
33
metadata:
44
name: redisenterpriseclusters.app.redislabs.com
55
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
631
group: app.redislabs.com
732
names:
833
kind: RedisEnterpriseCluster

openshift.bundle.yaml

+25
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,31 @@ kind: CustomResourceDefinition
9494
metadata:
9595
name: redisenterpriseclusters.app.redislabs.com
9696
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
97122
group: app.redislabs.com
98123
names:
99124
kind: RedisEnterpriseCluster

0 commit comments

Comments
 (0)