Print additional columns for RuntimeClass CRD

pull/564/head
Wei Huang 2018-12-30 14:49:28 -08:00
parent 922c7221ef
commit 980684ac02
No known key found for this signature in database
GPG Key ID: BE5E9752F8B6E005
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: