File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -512,6 +512,37 @@ spec:
512512 The retentionCheckInterval defines the frequency at which the
513513 system checks and enforces retention policies.
514514 type : integer
515+ resources :
516+ description : |-
517+ Plugin's sidecar resources requirements. Please refer to
518+ https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
519+ for more information.
520+ properties :
521+ limits :
522+ additionalProperties :
523+ anyOf :
524+ - type : integer
525+ - type : string
526+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
527+ x-kubernetes-int-or-string : true
528+ description : |-
529+ Limits describes the maximum amount of compute resources allowed.
530+ More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
531+ type : object
532+ requests :
533+ additionalProperties :
534+ anyOf :
535+ - type : integer
536+ - type : string
537+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
538+ x-kubernetes-int-or-string : true
539+ description : |-
540+ Requests describes the minimum amount of compute resources required.
541+ If Requests is omitted for a container, it defaults to Limits if that is explicitly specified,
542+ otherwise to an implementation-defined value. Requests cannot exceed Limits.
543+ More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
544+ type : object
545+ type : object
515546 type : object
516547 retentionPolicy :
517548 description : |-
You can’t perform that action at this time.
0 commit comments