Skip to content

Commit

Permalink
Merge pull request #155 from yuvallevy2/add_missing_crd_attr
Browse files Browse the repository at this point in the history
Add missing crd attr
  • Loading branch information
yuvallevy2 authored Feb 17, 2021
2 parents 118fc4c + 3d0d3ab commit a434bb1
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,31 @@ kind: CustomResourceDefinition
metadata:
name: redisenterpriseclusters.app.redislabs.com
spec:
additionalPrinterColumns:
- JSONPath: .spec.nodes
name: Nodes
type: string
- JSONPath: .spec.redisEnterpriseImageSpec.versionTag
name: Version
type: string
- JSONPath: .status.state
name: State
type: string
- JSONPath: .status.specStatus
name: Spec Status
type: string
- JSONPath: .status.licenseStatus.licenseState
name: License State
type: string
- JSONPath: .status.licenseStatus.shardsLimit
name: Shards Limit
type: string
- JSONPath: .status.licenseStatus.expirationDate
name: License Expiration Date
type: string
- name: Age
type: date
JSONPath: .metadata.creationTimestamp
group: app.redislabs.com
names:
kind: RedisEnterpriseCluster
Expand Down
25 changes: 25 additions & 0 deletions crds/v1/rec_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@ kind: CustomResourceDefinition
metadata:
name: redisenterpriseclusters.app.redislabs.com
spec:
additionalPrinterColumns:
- JSONPath: .spec.nodes
name: Nodes
type: string
- JSONPath: .spec.redisEnterpriseImageSpec.versionTag
name: Version
type: string
- JSONPath: .status.state
name: State
type: string
- JSONPath: .status.specStatus
name: Spec Status
type: string
- JSONPath: .status.licenseStatus.licenseState
name: License State
type: string
- JSONPath: .status.licenseStatus.shardsLimit
name: Shards Limit
type: string
- JSONPath: .status.licenseStatus.expirationDate
name: License Expiration Date
type: string
- name: Age
type: date
JSONPath: .metadata.creationTimestamp
group: app.redislabs.com
names:
kind: RedisEnterpriseCluster
Expand Down
25 changes: 25 additions & 0 deletions openshift.bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,31 @@ kind: CustomResourceDefinition
metadata:
name: redisenterpriseclusters.app.redislabs.com
spec:
additionalPrinterColumns:
- JSONPath: .spec.nodes
name: Nodes
type: string
- JSONPath: .spec.redisEnterpriseImageSpec.versionTag
name: Version
type: string
- JSONPath: .status.state
name: State
type: string
- JSONPath: .status.specStatus
name: Spec Status
type: string
- JSONPath: .status.licenseStatus.licenseState
name: License State
type: string
- JSONPath: .status.licenseStatus.shardsLimit
name: Shards Limit
type: string
- JSONPath: .status.licenseStatus.expirationDate
name: License Expiration Date
type: string
- name: Age
type: date
JSONPath: .metadata.creationTimestamp
group: app.redislabs.com
names:
kind: RedisEnterpriseCluster
Expand Down

0 comments on commit a434bb1

Please sign in to comment.