Skip to content

Commit 1a42585

Browse files
committed
Fix expected crd schema
1 parent 2024a98 commit 1a42585

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

test/data/resource/expected/crd-expected.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,18 @@ spec:
4444
type: string
4545
power:
4646
exclusiveMinimum: true
47+
format: float
4748
maximum: 100
48-
type: float32
49+
type: number
4950
rank:
5051
enum:
5152
- 1
5253
- 2
5354
- 3
54-
type: int
55+
format: int64
56+
type: integer
5557
winner:
56-
type: bool
58+
type: boolean
5759
type: object
5860
status:
5961
type: object

0 commit comments

Comments
 (0)