Skip to content

Commit

Permalink
Add categories for katib CRDs (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
hougangliu authored and k8s-ci-robot committed May 23, 2019
1 parent d4d87ca commit 644fc99
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/v1alpha1/studyjobcontroller/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ spec:
kind: StudyJob
singular: studyjob
plural: studyjobs
categories:
- all
- kubeflow
- katib
additionalPrinterColumns:
- JSONPath: .status.condition
name: Condition
Expand Down
4 changes: 4 additions & 0 deletions manifests/v1alpha2/katib-controller/crd-experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ spec:
kind: Experiment
singular: experiment
plural: experiments
categories:
- all
- kubeflow
- katib
4 changes: 4 additions & 0 deletions manifests/v1alpha2/katib-controller/crd-trial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ spec:
kind: Trial
singular: trial
plural: trials
categories:
- all
- kubeflow
- katib

0 comments on commit 644fc99

Please sign in to comment.