Skip to content

Commit 92436ab

Browse files
Commit from GitHub Actions (Scheduled Jobs)
1 parent f31224c commit 92436ab

14 files changed

Lines changed: 800 additions & 1313 deletions

schema/operator.victoriametrics.com/vlogs_v1beta1.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,46 @@
105105
},
106106
"type": "array"
107107
},
108+
"extraEnvsFrom": {
109+
"items": {
110+
"additionalProperties": false,
111+
"properties": {
112+
"configMapRef": {
113+
"additionalProperties": false,
114+
"properties": {
115+
"name": {
116+
"default": "",
117+
"type": "string"
118+
},
119+
"optional": {
120+
"type": "boolean"
121+
}
122+
},
123+
"type": "object",
124+
"x-kubernetes-map-type": "atomic"
125+
},
126+
"prefix": {
127+
"type": "string"
128+
},
129+
"secretRef": {
130+
"additionalProperties": false,
131+
"properties": {
132+
"name": {
133+
"default": "",
134+
"type": "string"
135+
},
136+
"optional": {
137+
"type": "boolean"
138+
}
139+
},
140+
"type": "object",
141+
"x-kubernetes-map-type": "atomic"
142+
}
143+
},
144+
"type": "object"
145+
},
146+
"type": "array"
147+
},
108148
"futureRetention": {
109149
"type": "string"
110150
},

schema/operator.victoriametrics.com/vmagent_v1beta1.json

Lines changed: 54 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,9 @@
637637
},
638638
"type": "array"
639639
},
640+
"daemonSetMode": {
641+
"type": "boolean"
642+
},
640643
"disableAutomountServiceAccountToken": {
641644
"type": "boolean"
642645
},
@@ -685,6 +688,9 @@
685688
"dnsPolicy": {
686689
"type": "string"
687690
},
691+
"enableKubernetesAPISelectors": {
692+
"type": "boolean"
693+
},
688694
"enforcedNamespaceLabel": {
689695
"type": "string"
690696
},
@@ -719,6 +725,46 @@
719725
},
720726
"type": "array"
721727
},
728+
"extraEnvsFrom": {
729+
"items": {
730+
"additionalProperties": false,
731+
"properties": {
732+
"configMapRef": {
733+
"additionalProperties": false,
734+
"properties": {
735+
"name": {
736+
"default": "",
737+
"type": "string"
738+
},
739+
"optional": {
740+
"type": "boolean"
741+
}
742+
},
743+
"type": "object",
744+
"x-kubernetes-map-type": "atomic"
745+
},
746+
"prefix": {
747+
"type": "string"
748+
},
749+
"secretRef": {
750+
"additionalProperties": false,
751+
"properties": {
752+
"name": {
753+
"default": "",
754+
"type": "string"
755+
},
756+
"optional": {
757+
"type": "boolean"
758+
}
759+
},
760+
"type": "object",
761+
"x-kubernetes-map-type": "atomic"
762+
}
763+
},
764+
"type": "object"
765+
},
766+
"type": "array"
767+
},
722768
"hostAliases": {
723769
"items": {
724770
"additionalProperties": false,
@@ -1629,7 +1675,7 @@
16291675
"type": "array"
16301676
},
16311677
"maxDiskUsage": {
1632-
"type": "string"
1678+
"x-kubernetes-preserve-unknown-fields": true
16331679
},
16341680
"oauth2": {
16351681
"additionalProperties": false,
@@ -1709,12 +1755,18 @@
17091755
},
17101756
"type": "object"
17111757
},
1758+
"proxy_url": {
1759+
"type": "string"
1760+
},
17121761
"scopes": {
17131762
"items": {
17141763
"type": "string"
17151764
},
17161765
"type": "array"
17171766
},
1767+
"tls_config": {
1768+
"x-kubernetes-preserve-unknown-fields": true
1769+
},
17181770
"token_url": {
17191771
"minLength": 1,
17201772
"type": "string"
@@ -2139,8 +2191,7 @@
21392191
"type": "integer"
21402192
},
21412193
"maxDiskUsagePerURL": {
2142-
"format": "int64",
2143-
"type": "integer"
2194+
"x-kubernetes-preserve-unknown-fields": true
21442195
},
21452196
"queues": {
21462197
"format": "int32",

schema/operator.victoriametrics.com/vmalert_v1beta1.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,46 @@
287287
},
288288
"type": "array"
289289
},
290+
"extraEnvsFrom": {
291+
"items": {
292+
"additionalProperties": false,
293+
"properties": {
294+
"configMapRef": {
295+
"additionalProperties": false,
296+
"properties": {
297+
"name": {
298+
"default": "",
299+
"type": "string"
300+
},
301+
"optional": {
302+
"type": "boolean"
303+
}
304+
},
305+
"type": "object",
306+
"x-kubernetes-map-type": "atomic"
307+
},
308+
"prefix": {
309+
"type": "string"
310+
},
311+
"secretRef": {
312+
"additionalProperties": false,
313+
"properties": {
314+
"name": {
315+
"default": "",
316+
"type": "string"
317+
},
318+
"optional": {
319+
"type": "boolean"
320+
}
321+
},
322+
"type": "object",
323+
"x-kubernetes-map-type": "atomic"
324+
}
325+
},
326+
"type": "object"
327+
},
328+
"type": "array"
329+
},
290330
"hostAliases": {
291331
"items": {
292332
"additionalProperties": false,

schema/operator.victoriametrics.com/vmalertmanager_v1beta1.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,46 @@
555555
},
556556
"type": "array"
557557
},
558+
"extraEnvsFrom": {
559+
"items": {
560+
"additionalProperties": false,
561+
"properties": {
562+
"configMapRef": {
563+
"additionalProperties": false,
564+
"properties": {
565+
"name": {
566+
"default": "",
567+
"type": "string"
568+
},
569+
"optional": {
570+
"type": "boolean"
571+
}
572+
},
573+
"type": "object",
574+
"x-kubernetes-map-type": "atomic"
575+
},
576+
"prefix": {
577+
"type": "string"
578+
},
579+
"secretRef": {
580+
"additionalProperties": false,
581+
"properties": {
582+
"name": {
583+
"default": "",
584+
"type": "string"
585+
},
586+
"optional": {
587+
"type": "boolean"
588+
}
589+
},
590+
"type": "object",
591+
"x-kubernetes-map-type": "atomic"
592+
}
593+
},
594+
"type": "object"
595+
},
596+
"type": "array"
597+
},
558598
"gossipConfig": {
559599
"additionalProperties": false,
560600
"properties": {

0 commit comments

Comments
 (0)