Skip to content

Commit e5d05c8

Browse files
Commit from GitHub Actions (Scheduled Jobs)
1 parent 45763f2 commit e5d05c8

File tree

4 files changed

+295
-1
lines changed

4 files changed

+295
-1
lines changed

schema/atlas.mongodb.com/atlasdeployment_v1.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@
370370
"properties": {
371371
"analyzer": {
372372
"enum": [
373-
"lucene.standard",
374373
"lucene.standard",
375374
"lucene.simple",
376375
"lucene.whitespace",

schema/datadoghq.com/datadogagent_v2alpha1.json

Lines changed: 248 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,121 @@
235235
}
236236
},
237237
"type": "object"
238+
},
239+
"securityContext": {
240+
"additionalProperties": false,
241+
"properties": {
242+
"allowPrivilegeEscalation": {
243+
"type": "boolean"
244+
},
245+
"appArmorProfile": {
246+
"additionalProperties": false,
247+
"properties": {
248+
"localhostProfile": {
249+
"type": "string"
250+
},
251+
"type": {
252+
"type": "string"
253+
}
254+
},
255+
"required": [
256+
"type"
257+
],
258+
"type": "object"
259+
},
260+
"capabilities": {
261+
"additionalProperties": false,
262+
"properties": {
263+
"add": {
264+
"items": {
265+
"type": "string"
266+
},
267+
"type": "array",
268+
"x-kubernetes-list-type": "atomic"
269+
},
270+
"drop": {
271+
"items": {
272+
"type": "string"
273+
},
274+
"type": "array",
275+
"x-kubernetes-list-type": "atomic"
276+
}
277+
},
278+
"type": "object"
279+
},
280+
"privileged": {
281+
"type": "boolean"
282+
},
283+
"procMount": {
284+
"type": "string"
285+
},
286+
"readOnlyRootFilesystem": {
287+
"type": "boolean"
288+
},
289+
"runAsGroup": {
290+
"format": "int64",
291+
"type": "integer"
292+
},
293+
"runAsNonRoot": {
294+
"type": "boolean"
295+
},
296+
"runAsUser": {
297+
"format": "int64",
298+
"type": "integer"
299+
},
300+
"seLinuxOptions": {
301+
"additionalProperties": false,
302+
"properties": {
303+
"level": {
304+
"type": "string"
305+
},
306+
"role": {
307+
"type": "string"
308+
},
309+
"type": {
310+
"type": "string"
311+
},
312+
"user": {
313+
"type": "string"
314+
}
315+
},
316+
"type": "object"
317+
},
318+
"seccompProfile": {
319+
"additionalProperties": false,
320+
"properties": {
321+
"localhostProfile": {
322+
"type": "string"
323+
},
324+
"type": {
325+
"type": "string"
326+
}
327+
},
328+
"required": [
329+
"type"
330+
],
331+
"type": "object"
332+
},
333+
"windowsOptions": {
334+
"additionalProperties": false,
335+
"properties": {
336+
"gmsaCredentialSpec": {
337+
"type": "string"
338+
},
339+
"gmsaCredentialSpecName": {
340+
"type": "string"
341+
},
342+
"hostProcess": {
343+
"type": "boolean"
344+
},
345+
"runAsUserName": {
346+
"type": "string"
347+
}
348+
},
349+
"type": "object"
350+
}
351+
},
352+
"type": "object"
238353
}
239354
},
240355
"type": "object"
@@ -1608,6 +1723,15 @@
16081723
"properties": {
16091724
"enabled": {
16101725
"type": "boolean"
1726+
},
1727+
"networkStats": {
1728+
"additionalProperties": false,
1729+
"properties": {
1730+
"enabled": {
1731+
"type": "boolean"
1732+
}
1733+
},
1734+
"type": "object"
16111735
}
16121736
},
16131737
"type": "object"
@@ -6151,6 +6275,121 @@
61516275
}
61526276
},
61536277
"type": "object"
6278+
},
6279+
"securityContext": {
6280+
"additionalProperties": false,
6281+
"properties": {
6282+
"allowPrivilegeEscalation": {
6283+
"type": "boolean"
6284+
},
6285+
"appArmorProfile": {
6286+
"additionalProperties": false,
6287+
"properties": {
6288+
"localhostProfile": {
6289+
"type": "string"
6290+
},
6291+
"type": {
6292+
"type": "string"
6293+
}
6294+
},
6295+
"required": [
6296+
"type"
6297+
],
6298+
"type": "object"
6299+
},
6300+
"capabilities": {
6301+
"additionalProperties": false,
6302+
"properties": {
6303+
"add": {
6304+
"items": {
6305+
"type": "string"
6306+
},
6307+
"type": "array",
6308+
"x-kubernetes-list-type": "atomic"
6309+
},
6310+
"drop": {
6311+
"items": {
6312+
"type": "string"
6313+
},
6314+
"type": "array",
6315+
"x-kubernetes-list-type": "atomic"
6316+
}
6317+
},
6318+
"type": "object"
6319+
},
6320+
"privileged": {
6321+
"type": "boolean"
6322+
},
6323+
"procMount": {
6324+
"type": "string"
6325+
},
6326+
"readOnlyRootFilesystem": {
6327+
"type": "boolean"
6328+
},
6329+
"runAsGroup": {
6330+
"format": "int64",
6331+
"type": "integer"
6332+
},
6333+
"runAsNonRoot": {
6334+
"type": "boolean"
6335+
},
6336+
"runAsUser": {
6337+
"format": "int64",
6338+
"type": "integer"
6339+
},
6340+
"seLinuxOptions": {
6341+
"additionalProperties": false,
6342+
"properties": {
6343+
"level": {
6344+
"type": "string"
6345+
},
6346+
"role": {
6347+
"type": "string"
6348+
},
6349+
"type": {
6350+
"type": "string"
6351+
},
6352+
"user": {
6353+
"type": "string"
6354+
}
6355+
},
6356+
"type": "object"
6357+
},
6358+
"seccompProfile": {
6359+
"additionalProperties": false,
6360+
"properties": {
6361+
"localhostProfile": {
6362+
"type": "string"
6363+
},
6364+
"type": {
6365+
"type": "string"
6366+
}
6367+
},
6368+
"required": [
6369+
"type"
6370+
],
6371+
"type": "object"
6372+
},
6373+
"windowsOptions": {
6374+
"additionalProperties": false,
6375+
"properties": {
6376+
"gmsaCredentialSpec": {
6377+
"type": "string"
6378+
},
6379+
"gmsaCredentialSpecName": {
6380+
"type": "string"
6381+
},
6382+
"hostProcess": {
6383+
"type": "boolean"
6384+
},
6385+
"runAsUserName": {
6386+
"type": "string"
6387+
}
6388+
},
6389+
"type": "object"
6390+
}
6391+
},
6392+
"type": "object"
61546393
}
61556394
},
61566395
"type": "object"
@@ -7524,6 +7763,15 @@
75247763
"properties": {
75257764
"enabled": {
75267765
"type": "boolean"
7766+
},
7767+
"networkStats": {
7768+
"additionalProperties": false,
7769+
"properties": {
7770+
"enabled": {
7771+
"type": "boolean"
7772+
}
7773+
},
7774+
"type": "object"
75277775
}
75287776
},
75297777
"type": "object"

schema/datadoghq.com/datadogmonitor_v1alpha1.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@
2222
"type": "object"
2323
},
2424
"message": {
25+
"minLength": 1,
2526
"type": "string"
2627
},
2728
"name": {
29+
"minLength": 1,
2830
"type": "string"
2931
},
3032
"options": {
@@ -94,6 +96,29 @@
9496
"requireFullWindow": {
9597
"type": "boolean"
9698
},
99+
"schedulingOptions": {
100+
"additionalProperties": false,
101+
"properties": {
102+
"evaluationWindow": {
103+
"additionalProperties": false,
104+
"properties": {
105+
"dayStarts": {
106+
"type": "string"
107+
},
108+
"hourStarts": {
109+
"format": "int32",
110+
"type": "integer"
111+
},
112+
"monthStarts": {
113+
"format": "int32",
114+
"type": "integer"
115+
}
116+
},
117+
"type": "object"
118+
}
119+
},
120+
"type": "object"
121+
},
97122
"thresholdWindows": {
98123
"additionalProperties": false,
99124
"properties": {
@@ -142,6 +167,7 @@
142167
"type": "integer"
143168
},
144169
"query": {
170+
"minLength": 1,
145171
"type": "string"
146172
},
147173
"restrictedRoles": {
@@ -159,9 +185,29 @@
159185
"x-kubernetes-list-type": "set"
160186
},
161187
"type": {
188+
"enum": [
189+
"metric alert",
190+
"query alert",
191+
"service check",
192+
"event alert",
193+
"log alert",
194+
"process alert",
195+
"rum alert",
196+
"trace-analytics alert",
197+
"slo alert",
198+
"event-v2 alert",
199+
"audit alert",
200+
"composite"
201+
],
162202
"type": "string"
163203
}
164204
},
205+
"required": [
206+
"message",
207+
"name",
208+
"query",
209+
"type"
210+
],
165211
"type": "object"
166212
},
167213
"status": {

schema/datadoghq.com/datadogpodautoscaler_v1alpha2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@
307307
],
308308
"type": "object"
309309
},
310+
"minItems": 1,
310311
"type": "array",
311312
"x-kubernetes-list-type": "atomic"
312313
},

0 commit comments

Comments
 (0)