diff --git a/bundle.yaml b/bundle.yaml index ce56340..2cf5c44 100644 --- a/bundle.yaml +++ b/bundle.yaml @@ -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 diff --git a/crds/v1/rec_crd.yaml b/crds/v1/rec_crd.yaml index b2de1d3..e121417 100644 --- a/crds/v1/rec_crd.yaml +++ b/crds/v1/rec_crd.yaml @@ -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 diff --git a/openshift.bundle.yaml b/openshift.bundle.yaml index 8be4689..fe4bbc4 100644 --- a/openshift.bundle.yaml +++ b/openshift.bundle.yaml @@ -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