Skip to content

Commit 815acf7

Browse files
authored
Merge pull request kubernetes#72446 from Huang-Wei/runtimclass-crd-print
Print additional columns for RuntimeClass CRD
2 parents 4dc40aa + 980684a commit 815acf7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cluster/addons/runtimeclass/runtimeclass_crd.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ spec:
1515
plural: runtimeclasses
1616
singular: runtimeclass
1717
kind: RuntimeClass
18+
additionalPrinterColumns:
19+
- name: Runtime-Handler
20+
type: string
21+
JSONPath: .spec.runtimeHandler
22+
- name: Age
23+
type: date
24+
JSONPath: .metadata.creationTimestamp
1825
scope: Cluster
1926
validation:
2027
openAPIV3Schema:

0 commit comments

Comments
 (0)