mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 01:41:54 -04:00
Merge pull request #72446 from Huang-Wei/runtimclass-crd-print
Print additional columns for RuntimeClass CRD
This commit is contained in:
commit
815acf7d99
1 changed files with 7 additions and 0 deletions
|
|
@ -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 a new issue