chore(kustomize): show datastore for each tcp

This commit is contained in:
Dario Tranchitella
2022-11-27 18:57:38 +01:00
parent 6c817a9ae2
commit 1bcff90785
2 changed files with 12 additions and 4 deletions
@@ -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
+6 -2
View File
@@ -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