From 1bcff90785be3ccd48ba8a84a4545f409629bcde Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Sun, 27 Nov 2022 17:21:58 +0100 Subject: [PATCH] chore(kustomize): show datastore for each tcp --- .../crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml | 8 ++++++-- config/install.yaml | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml b/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml index 8c9948c..b106590 100644 --- a/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml +++ b/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml @@ -22,18 +22,22 @@ spec: jsonPath: .spec.kubernetes.version name: Version type: string - - description: Kubernetes version + - description: Status jsonPath: .status.kubernetesResources.version.status name: Status type: string - description: Tenant Control Plane Endpoint (API server) jsonPath: .status.controlPlaneEndpoint - name: Control-Plane-Endpoint + name: Control-Plane endpoint type: string - description: Secret which contains admin kubeconfig jsonPath: .status.kubeconfig.admin.secretName name: Kubeconfig type: string + - description: DataStore actually used + jsonPath: .status.storage.dataStoreName + name: Datastore + type: string - description: Age jsonPath: .metadata.creationTimestamp name: Age diff --git a/config/install.yaml b/config/install.yaml index 363e481..286a40e 100644 --- a/config/install.yaml +++ b/config/install.yaml @@ -266,18 +266,22 @@ spec: jsonPath: .spec.kubernetes.version name: Version type: string - - description: Kubernetes version + - description: Status jsonPath: .status.kubernetesResources.version.status name: Status type: string - description: Tenant Control Plane Endpoint (API server) jsonPath: .status.controlPlaneEndpoint - name: Control-Plane-Endpoint + name: Control-Plane endpoint type: string - description: Secret which contains admin kubeconfig jsonPath: .status.kubeconfig.admin.secretName name: Kubeconfig type: string + - description: DataStore actually used + jsonPath: .status.storage.dataStoreName + name: Datastore + type: string - description: Age jsonPath: .metadata.creationTimestamp name: Age