Skip to content

Commit 0017980

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

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

schema/kustomize.toolkit.fluxcd.io/kustomization_v1.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@
6363
],
6464
"type": "object"
6565
},
66+
"deletionPolicy": {
67+
"enum": [
68+
"MirrorPrune",
69+
"Delete",
70+
"Orphan"
71+
],
72+
"type": "string"
73+
},
6674
"dependsOn": {
6775
"items": {
6876
"additionalProperties": false,
@@ -85,6 +93,35 @@
8593
"default": false,
8694
"type": "boolean"
8795
},
96+
"healthCheckExprs": {
97+
"items": {
98+
"additionalProperties": false,
99+
"properties": {
100+
"apiVersion": {
101+
"type": "string"
102+
},
103+
"current": {
104+
"type": "string"
105+
},
106+
"failed": {
107+
"type": "string"
108+
},
109+
"inProgress": {
110+
"type": "string"
111+
},
112+
"kind": {
113+
"type": "string"
114+
}
115+
},
116+
"required": [
117+
"apiVersion",
118+
"current",
119+
"kind"
120+
],
121+
"type": "object"
122+
},
123+
"type": "array"
124+
},
88125
"healthChecks": {
89126
"items": {
90127
"additionalProperties": false,
@@ -400,6 +437,9 @@
400437
],
401438
"type": "object"
402439
},
440+
"lastAppliedOriginRevision": {
441+
"type": "string"
442+
},
403443
"lastAppliedRevision": {
404444
"type": "string"
405445
},

schema/route53.services.k8s.aws/hostedzone_v1alpha1.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,24 @@
129129
},
130130
"type": "object"
131131
},
132+
"delegationSet": {
133+
"additionalProperties": false,
134+
"properties": {
135+
"callerReference": {
136+
"type": "string"
137+
},
138+
"id": {
139+
"type": "string"
140+
},
141+
"nameServers": {
142+
"items": {
143+
"type": "string"
144+
},
145+
"type": "array"
146+
}
147+
},
148+
"type": "object"
149+
},
132150
"id": {
133151
"type": "string"
134152
},

0 commit comments

Comments
 (0)