Skip to content

Commit

Permalink
Merge pull request kubernetes#72446 from Huang-Wei/runtimclass-crd-print
Browse files Browse the repository at this point in the history
Print additional columns for RuntimeClass CRD
  • Loading branch information
k8s-ci-robot authored Jan 5, 2019
2 parents 4dc40aa + 980684a commit 815acf7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cluster/addons/runtimeclass/runtimeclass_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 815acf7

Please sign in to comment.