File tree Expand file tree Collapse file tree 4 files changed +147
-0
lines changed
operators/alloydb-omni-operator/1.6.1/manifests Expand file tree Collapse file tree 4 files changed +147
-0
lines changed Original file line number Diff line number Diff line change @@ -910,6 +910,27 @@ spec:
910910 - size
911911 type : object
912912 type : array
913+ limits :
914+ description : Limits describes the maximum amount of compute
915+ resources allowed. This field is optional.
916+ properties :
917+ cpu :
918+ anyOf :
919+ - type : integer
920+ - type : string
921+ description : The amount of CPU allocated to the database
922+ container. This field is optional.
923+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
924+ x-kubernetes-int-or-string : true
925+ memory :
926+ anyOf :
927+ - type : integer
928+ - type : string
929+ description : The amount of memory allocated to the database
930+ container. This field is optional.
931+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
932+ x-kubernetes-int-or-string : true
933+ type : object
913934 memory :
914935 anyOf :
915936 - type : integer
@@ -2953,6 +2974,27 @@ spec:
29532974 - size
29542975 type : object
29552976 type : array
2977+ limits :
2978+ description : Limits describes the maximum amount of compute
2979+ resources allowed. This field is optional.
2980+ properties :
2981+ cpu :
2982+ anyOf :
2983+ - type : integer
2984+ - type : string
2985+ description : The amount of CPU allocated to the database
2986+ container. This field is optional.
2987+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
2988+ x-kubernetes-int-or-string : true
2989+ memory :
2990+ anyOf :
2991+ - type : integer
2992+ - type : string
2993+ description : The amount of memory allocated to the database
2994+ container. This field is optional.
2995+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
2996+ x-kubernetes-int-or-string : true
2997+ type : object
29562998 memory :
29572999 anyOf :
29583000 - type : integer
Original file line number Diff line number Diff line change @@ -577,6 +577,27 @@ spec:
577577 - size
578578 type : object
579579 type : array
580+ limits :
581+ description : Limits describes the maximum amount of compute resources
582+ allowed. This field is optional.
583+ properties :
584+ cpu :
585+ anyOf :
586+ - type : integer
587+ - type : string
588+ description : The amount of CPU allocated to the database container.
589+ This field is optional.
590+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
591+ x-kubernetes-int-or-string : true
592+ memory :
593+ anyOf :
594+ - type : integer
595+ - type : string
596+ description : The amount of memory allocated to the database
597+ container. This field is optional.
598+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
599+ x-kubernetes-int-or-string : true
600+ type : object
580601 memory :
581602 anyOf :
582603 - type : integer
Original file line number Diff line number Diff line change @@ -200,6 +200,27 @@ spec:
200200 - size
201201 type : object
202202 type : array
203+ limits :
204+ description : Limits describes the maximum amount of compute resources
205+ allowed. This field is optional.
206+ properties :
207+ cpu :
208+ anyOf :
209+ - type : integer
210+ - type : string
211+ description : The amount of CPU allocated to the database container.
212+ This field is optional.
213+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
214+ x-kubernetes-int-or-string : true
215+ memory :
216+ anyOf :
217+ - type : integer
218+ - type : string
219+ description : The amount of memory allocated to the database
220+ container. This field is optional.
221+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
222+ x-kubernetes-int-or-string : true
223+ type : object
203224 memory :
204225 anyOf :
205226 - type : integer
@@ -1655,6 +1676,27 @@ spec:
16551676 - size
16561677 type : object
16571678 type : array
1679+ limits :
1680+ description : Limits describes the maximum amount of compute resources
1681+ allowed. This field is optional.
1682+ properties :
1683+ cpu :
1684+ anyOf :
1685+ - type : integer
1686+ - type : string
1687+ description : The amount of CPU allocated to the database container.
1688+ This field is optional.
1689+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
1690+ x-kubernetes-int-or-string : true
1691+ memory :
1692+ anyOf :
1693+ - type : integer
1694+ - type : string
1695+ description : The amount of memory allocated to the database
1696+ container. This field is optional.
1697+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
1698+ x-kubernetes-int-or-string : true
1699+ type : object
16581700 memory :
16591701 anyOf :
16601702 - type : integer
Original file line number Diff line number Diff line change @@ -805,6 +805,27 @@ spec:
805805 - size
806806 type : object
807807 type : array
808+ limits :
809+ description : Limits describes the maximum amount of compute resources
810+ allowed. This field is optional.
811+ properties :
812+ cpu :
813+ anyOf :
814+ - type : integer
815+ - type : string
816+ description : The amount of CPU allocated to the database container.
817+ This field is optional.
818+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
819+ x-kubernetes-int-or-string : true
820+ memory :
821+ anyOf :
822+ - type : integer
823+ - type : string
824+ description : The amount of memory allocated to the database
825+ container. This field is optional.
826+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
827+ x-kubernetes-int-or-string : true
828+ type : object
808829 memory :
809830 anyOf :
810831 - type : integer
@@ -2806,6 +2827,27 @@ spec:
28062827 - size
28072828 type : object
28082829 type : array
2830+ limits :
2831+ description : Limits describes the maximum amount of compute resources
2832+ allowed. This field is optional.
2833+ properties :
2834+ cpu :
2835+ anyOf :
2836+ - type : integer
2837+ - type : string
2838+ description : The amount of CPU allocated to the database container.
2839+ This field is optional.
2840+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
2841+ x-kubernetes-int-or-string : true
2842+ memory :
2843+ anyOf :
2844+ - type : integer
2845+ - type : string
2846+ description : The amount of memory allocated to the database
2847+ container. This field is optional.
2848+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
2849+ x-kubernetes-int-or-string : true
2850+ type : object
28092851 memory :
28102852 anyOf :
28112853 - type : integer
You can’t perform that action at this time.
0 commit comments