You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
additionalPrinterColumns are awesome to make kubectland kube-web-view more useful.
Example columns which would make sense:
additionalPrinterColumns:
- JSONPath: .spec.teamIdname: Teamtype: string
- JSONPath: .status.PostgresClusterStatusname: Statustype: string
- JSONPath: .metadata.creationTimestampdescription: Age of the PlatformCredentialsSetname: Agetype: date
The result would be for kubectl:
kubectl get postgresqls
NAME TEAM STATUS AGE
test-db-foo-test test Running 61d
test-elephant-chat-bot-test-db test Running 101d
test-source-for-pg-clone-smoke-test test Running 18d
ci-repo-manager-db ci Running 102d
foobarzz-grafana foobarzz Running 17d
foobarzz-lightstep-manager foobarzz Running 83d
foobarzz-postgres-sentry foobarzz Running 39d
foobarzz-zmon-main foobarzz Running 102d
lollypop-inciders-db lollypop Running 101d
teapot-cluster-registry-db teapot Running 55d
teapot-grafana-db teapot Running 92d
teapot-test teapot SyncFailed 39d
additionalPrinterColumns
are awesome to makekubectl
and kube-web-view more useful.Example columns which would make sense:
The result would be for kubectl:
And in kube-web-view:
Related change for Zalando's PlatformCredentialsSet CRD: zalando-incubator/kubernetes-on-aws#2365
The text was updated successfully, but these errors were encountered: