@@ -167,14 +167,31 @@ spec:
167167 format : int32
168168 type : integer
169169 resources :
170- additionalProperties :
171- anyOf :
172- - type : integer
173- - type : string
174- pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
175- x-kubernetes-int-or-string : true
176- description : ResourceList is a set of (resource name, quantity)
177- pairs.
170+ description : ResourceRequirements describes the compute resource
171+ requirements.
172+ properties :
173+ limits :
174+ additionalProperties :
175+ anyOf :
176+ - type : integer
177+ - type : string
178+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
179+ x-kubernetes-int-or-string : true
180+ description : ' Limits describes the maximum amount of compute
181+ resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/'
182+ type : object
183+ requests :
184+ additionalProperties :
185+ anyOf :
186+ - type : integer
187+ - type : string
188+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
189+ x-kubernetes-int-or-string : true
190+ description : ' Requests describes the minimum amount of compute
191+ resources required. If Requests is omitted for a container,
192+ it defaults to Limits if that is explicitly specified, otherwise
193+ to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/'
194+ type : object
178195 type : object
179196 retainKeyOrdering :
180197 type : boolean
@@ -305,14 +322,31 @@ spec:
305322 format : int32
306323 type : integer
307324 resources :
308- additionalProperties :
309- anyOf :
310- - type : integer
311- - type : string
312- pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
313- x-kubernetes-int-or-string : true
314- description : ResourceList is a set of (resource name, quantity)
315- pairs.
325+ description : ResourceRequirements describes the compute resource
326+ requirements.
327+ properties :
328+ limits :
329+ additionalProperties :
330+ anyOf :
331+ - type : integer
332+ - type : string
333+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
334+ x-kubernetes-int-or-string : true
335+ description : ' Limits describes the maximum amount of compute
336+ resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/'
337+ type : object
338+ requests :
339+ additionalProperties :
340+ anyOf :
341+ - type : integer
342+ - type : string
343+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
344+ x-kubernetes-int-or-string : true
345+ description : ' Requests describes the minimum amount of compute
346+ resources required. If Requests is omitted for a container,
347+ it defaults to Limits if that is explicitly specified, otherwise
348+ to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/'
349+ type : object
316350 type : object
317351 retainOrdering :
318352 type : boolean
@@ -418,14 +452,31 @@ spec:
418452 format : int32
419453 type : integer
420454 resources :
421- additionalProperties :
422- anyOf :
423- - type : integer
424- - type : string
425- pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
426- x-kubernetes-int-or-string : true
427- description : ResourceList is a set of (resource name, quantity)
428- pairs.
455+ description : ResourceRequirements describes the compute resource
456+ requirements.
457+ properties :
458+ limits :
459+ additionalProperties :
460+ anyOf :
461+ - type : integer
462+ - type : string
463+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
464+ x-kubernetes-int-or-string : true
465+ description : ' Limits describes the maximum amount of compute
466+ resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/'
467+ type : object
468+ requests :
469+ additionalProperties :
470+ anyOf :
471+ - type : integer
472+ - type : string
473+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
474+ x-kubernetes-int-or-string : true
475+ description : ' Requests describes the minimum amount of compute
476+ resources required. If Requests is omitted for a container,
477+ it defaults to Limits if that is explicitly specified, otherwise
478+ to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/'
479+ type : object
429480 type : object
430481 runtimeFlags :
431482 type : string
0 commit comments