Merge pull request #72446 from Huang-Wei/runtimclass-crd-print

Print additional columns for RuntimeClass CRD
pull/564/head
Kubernetes Prow Robot 2019-01-05 08:28:35 -08:00 committed by GitHub
commit 815acf7d99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -15,6 +15,13 @@ spec:
plural: runtimeclasses
singular: runtimeclass
kind: RuntimeClass
additionalPrinterColumns:
- name: Runtime-Handler
type: string
JSONPath: .spec.runtimeHandler
- name: Age
type: date
JSONPath: .metadata.creationTimestamp
scope: Cluster
validation:
openAPIV3Schema: