We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2024a98 commit 1a42585Copy full SHA for 1a42585
test/data/resource/expected/crd-expected.yaml
@@ -44,16 +44,18 @@ spec:
44
type: string
45
power:
46
exclusiveMinimum: true
47
+ format: float
48
maximum: 100
- type: float32
49
+ type: number
50
rank:
51
enum:
52
- 1
53
- 2
54
- 3
- type: int
55
+ format: int64
56
+ type: integer
57
winner:
- type: bool
58
+ type: boolean
59
type: object
60
status:
61
0 commit comments