File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
versions/v0.6.0/templates/crd Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 68
68
description : Specify the owners who can allocate the reserved resources.
69
69
Multiple owner selectors and ORed.
70
70
items :
71
+ description : ReservationOwner indicates the owner specification
72
+ which can allocate reserved resources.
73
+ minProperties : 1
71
74
properties :
72
75
controller :
73
76
properties :
@@ -188,6 +191,7 @@ spec:
188
191
type : string
189
192
type : object
190
193
type : object
194
+ minItems : 1
191
195
type : array
192
196
preAllocation :
193
197
description : By default, the resources requirements of reservation
@@ -210,6 +214,9 @@ spec:
210
214
` ttl` are mutually exclusive. Defaults to 24h. Set 0 to disable
211
215
expiration.
212
216
type : string
217
+ required :
218
+ - owners
219
+ - template
213
220
type : object
214
221
status :
215
222
properties :
You can’t perform that action at this time.
0 commit comments