Skip to content

Commit 980684a

Browse files
committed
Print additional columns for RuntimeClass CRD
1 parent 922c722 commit 980684a

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)