Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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