From 3d0d3ab3c9fb8bd041fcbc4a5fa79222453009f0 Mon Sep 17 00:00:00 2001 From: Yuval Levy Date: Wed, 17 Feb 2021 15:29:35 +0200 Subject: [PATCH] add missing additionalPrinterColumns from crd --- bundle.yaml | 25 +++++++++++++++++++++++++ crds/v1/rec_crd.yaml | 25 +++++++++++++++++++++++++ openshift.bundle.yaml | 25 +++++++++++++++++++++++++ 3 files changed, 75 insertions(+) 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