mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Merge pull request #72446 from Huang-Wei/runtimclass-crd-print
Print additional columns for RuntimeClass CRD
This commit is contained in:
commit
815acf7d99
@ -15,6 +15,13 @@ spec:
|
|||||||
plural: runtimeclasses
|
plural: runtimeclasses
|
||||||
singular: runtimeclass
|
singular: runtimeclass
|
||||||
kind: RuntimeClass
|
kind: RuntimeClass
|
||||||
|
additionalPrinterColumns:
|
||||||
|
- name: Runtime-Handler
|
||||||
|
type: string
|
||||||
|
JSONPath: .spec.runtimeHandler
|
||||||
|
- name: Age
|
||||||
|
type: date
|
||||||
|
JSONPath: .metadata.creationTimestamp
|
||||||
scope: Cluster
|
scope: Cluster
|
||||||
validation:
|
validation:
|
||||||
openAPIV3Schema:
|
openAPIV3Schema:
|
||||||
|
Loading…
Reference in New Issue
Block a user