Skip to content

Commit

Permalink
Remove deprecated field (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScorpioCPH authored and k8s-ci-robot committed May 23, 2019
1 parent f41a5e5 commit 4a46eba
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions examples/crd/crd-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ spec:
kind: TFJob
singular: tfjob
plural: tfjobs
versions:
- name: v1
served: true
storage: true
- name: v1beta2
served: true
storage: false
subresources:
status: {}
validation:
Expand Down Expand Up @@ -36,11 +43,3 @@ spec:
type: integer
minimum: 1
maximum: 1
version: v1
versions:
- name: v1
served: true
storage: true
- name: v1beta2
served: true
storage: false

0 comments on commit 4a46eba

Please sign in to comment.