Skip to content

Commit

Permalink
Fix expected crd schema
Browse files Browse the repository at this point in the history
  • Loading branch information
kragniz committed Jun 1, 2018
1 parent 2024a98 commit 1a42585
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test/data/resource/expected/crd-expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,18 @@ spec:
type: string
power:
exclusiveMinimum: true
format: float
maximum: 100
type: float32
type: number
rank:
enum:
- 1
- 2
- 3
type: int
format: int64
type: integer
winner:
type: bool
type: boolean
type: object
status:
type: object
Expand Down

0 comments on commit 1a42585

Please sign in to comment.