Skip to content

Commit 138f9a6

Browse files
Commit from GitHub Actions (Scheduled Jobs)
1 parent 28e9fcc commit 138f9a6

17 files changed

+4340
-14604
lines changed

schema/kyverno.io/cleanuppolicy_v2.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,14 @@
298298
},
299299
"type": "array"
300300
},
301+
"deletionPropagationPolicy": {
302+
"enum": [
303+
"Foreground",
304+
"Background",
305+
"Orphan"
306+
],
307+
"type": "string"
308+
},
301309
"exclude": {
302310
"additionalProperties": false,
303311
"not": {

schema/kyverno.io/cleanuppolicy_v2beta1.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,14 @@
298298
},
299299
"type": "array"
300300
},
301+
"deletionPropagationPolicy": {
302+
"enum": [
303+
"Foreground",
304+
"Background",
305+
"Orphan"
306+
],
307+
"type": "string"
308+
},
301309
"exclude": {
302310
"additionalProperties": false,
303311
"not": {

schema/kyverno.io/clustercleanuppolicy_v2.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,14 @@
298298
},
299299
"type": "array"
300300
},
301+
"deletionPropagationPolicy": {
302+
"enum": [
303+
"Foreground",
304+
"Background",
305+
"Orphan"
306+
],
307+
"type": "string"
308+
},
301309
"exclude": {
302310
"additionalProperties": false,
303311
"not": {

schema/kyverno.io/clustercleanuppolicy_v2beta1.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,14 @@
298298
},
299299
"type": "array"
300300
},
301+
"deletionPropagationPolicy": {
302+
"enum": [
303+
"Foreground",
304+
"Background",
305+
"Orphan"
306+
],
307+
"type": "string"
308+
},
301309
"exclude": {
302310
"additionalProperties": false,
303311
"not": {

0 commit comments

Comments
 (0)