mirror of https://github.com/k3s-io/k3s
Print additional columns for RuntimeClass CRD
parent
922c7221ef
commit
980684ac02
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue