Skip to content

Commit cf83308

Browse files
Commit from GitHub Actions (Scheduled Jobs)
1 parent 029a892 commit cf83308

File tree

7 files changed

+112
-0
lines changed

7 files changed

+112
-0
lines changed

schema/k8up.io/backup_v1.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,12 +390,56 @@
390390
},
391391
"type": "object"
392392
},
393+
"clusterName": {
394+
"type": "string"
395+
},
393396
"failedJobsHistoryLimit": {
394397
"type": "integer"
395398
},
396399
"keepJobs": {
397400
"type": "integer"
398401
},
402+
"labelSelectors": {
403+
"items": {
404+
"additionalProperties": false,
405+
"properties": {
406+
"matchExpressions": {
407+
"items": {
408+
"additionalProperties": false,
409+
"properties": {
410+
"key": {
411+
"type": "string"
412+
},
413+
"operator": {
414+
"type": "string"
415+
},
416+
"values": {
417+
"items": {
418+
"type": "string"
419+
},
420+
"type": "array"
421+
}
422+
},
423+
"required": [
424+
"key",
425+
"operator"
426+
],
427+
"type": "object"
428+
},
429+
"type": "array"
430+
},
431+
"matchLabels": {
432+
"additionalProperties": {
433+
"type": "string"
434+
},
435+
"type": "object"
436+
}
437+
},
438+
"type": "object",
439+
"x-kubernetes-map-type": "atomic"
440+
},
441+
"type": "array"
442+
},
399443
"podConfigRef": {
400444
"additionalProperties": false,
401445
"properties": {

schema/k8up.io/check_v1.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,9 @@
390390
},
391391
"type": "object"
392392
},
393+
"clusterName": {
394+
"type": "string"
395+
},
393396
"failedJobsHistoryLimit": {
394397
"type": "integer"
395398
},

schema/k8up.io/schedule_v1.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1570,6 +1570,9 @@
15701570
},
15711571
"type": "object"
15721572
},
1573+
"clusterName": {
1574+
"type": "string"
1575+
},
15731576
"concurrentRunsAllowed": {
15741577
"type": "boolean"
15751578
},
@@ -1579,6 +1582,47 @@
15791582
"keepJobs": {
15801583
"type": "integer"
15811584
},
1585+
"labelSelectors": {
1586+
"items": {
1587+
"additionalProperties": false,
1588+
"properties": {
1589+
"matchExpressions": {
1590+
"items": {
1591+
"additionalProperties": false,
1592+
"properties": {
1593+
"key": {
1594+
"type": "string"
1595+
},
1596+
"operator": {
1597+
"type": "string"
1598+
},
1599+
"values": {
1600+
"items": {
1601+
"type": "string"
1602+
},
1603+
"type": "array"
1604+
}
1605+
},
1606+
"required": [
1607+
"key",
1608+
"operator"
1609+
],
1610+
"type": "object"
1611+
},
1612+
"type": "array"
1613+
},
1614+
"matchLabels": {
1615+
"additionalProperties": {
1616+
"type": "string"
1617+
},
1618+
"type": "object"
1619+
}
1620+
},
1621+
"type": "object",
1622+
"x-kubernetes-map-type": "atomic"
1623+
},
1624+
"type": "array"
1625+
},
15821626
"podConfigRef": {
15831627
"additionalProperties": false,
15841628
"properties": {
@@ -2256,6 +2300,9 @@
22562300
},
22572301
"type": "object"
22582302
},
2303+
"clusterName": {
2304+
"type": "string"
2305+
},
22592306
"concurrentRunsAllowed": {
22602307
"type": "boolean"
22612308
},

schema/opentelemetry.io/opampbridge_v1alpha1.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -960,6 +960,9 @@
960960
"format": "int64",
961961
"type": "integer"
962962
},
963+
"seLinuxChangePolicy": {
964+
"type": "string"
965+
},
963966
"seLinuxOptions": {
964967
"additionalProperties": false,
965968
"properties": {

schema/opentelemetry.io/opentelemetrycollector_v1alpha1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3776,6 +3776,9 @@
37763776
"format": "int64",
37773777
"type": "integer"
37783778
},
3779+
"seLinuxChangePolicy": {
3780+
"type": "string"
3781+
},
37793782
"seLinuxOptions": {
37803783
"additionalProperties": false,
37813784
"properties": {
@@ -4985,6 +4988,9 @@
49854988
"format": "int64",
49864989
"type": "integer"
49874990
},
4991+
"seLinuxChangePolicy": {
4992+
"type": "string"
4993+
},
49884994
"seLinuxOptions": {
49894995
"additionalProperties": false,
49904996
"properties": {

schema/opentelemetry.io/opentelemetrycollector_v1beta1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3948,6 +3948,9 @@
39483948
"format": "int64",
39493949
"type": "integer"
39503950
},
3951+
"seLinuxChangePolicy": {
3952+
"type": "string"
3953+
},
39513954
"seLinuxOptions": {
39523955
"additionalProperties": false,
39533956
"properties": {
@@ -5191,6 +5194,9 @@
51915194
"format": "int64",
51925195
"type": "integer"
51935196
},
5197+
"seLinuxChangePolicy": {
5198+
"type": "string"
5199+
},
51945200
"seLinuxOptions": {
51955201
"additionalProperties": false,
51965202
"properties": {

schema/opentelemetry.io/targetallocator_v1alpha1.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3447,6 +3447,9 @@
34473447
"format": "int64",
34483448
"type": "integer"
34493449
},
3450+
"seLinuxChangePolicy": {
3451+
"type": "string"
3452+
},
34503453
"seLinuxOptions": {
34513454
"additionalProperties": false,
34523455
"properties": {

0 commit comments

Comments
 (0)