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