Skip to content

Commit

Permalink
show studyjob condition when run kubectl get (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
hougangliu authored and k8s-ci-robot committed Feb 19, 2019
1 parent ee62c33 commit c0f2f07
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions manifests/studyjobcontroller/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@ spec:
kind: StudyJob
singular: studyjob
plural: studyjobs
additionalPrinterColumns:
- JSONPath: .status.condition
name: Condition
type: string
- JSONPath: .metadata.creationTimestamp
name: Age
type: date

0 comments on commit c0f2f07

Please sign in to comment.