Skip to content

Commit f5f84e5

Browse files
Commit from GitHub Actions (Scheduled Jobs)
1 parent c3b7a7f commit f5f84e5

21 files changed

+1627
-205
lines changed

schema/appcat.vshn.io/objectbucket_v1.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@
187187
"message": {
188188
"type": "string"
189189
},
190+
"observedGeneration": {
191+
"format": "int64",
192+
"type": "integer"
193+
},
190194
"reason": {
191195
"type": "string"
192196
},
@@ -210,6 +214,10 @@
210214
"type"
211215
],
212216
"x-kubernetes-list-type": "map"
217+
},
218+
"observedGeneration": {
219+
"format": "int64",
220+
"type": "integer"
213221
}
214222
},
215223
"type": "object"

schema/appcat.vshn.io/xobjectbucket_v1.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,10 @@
307307
"message": {
308308
"type": "string"
309309
},
310+
"observedGeneration": {
311+
"format": "int64",
312+
"type": "integer"
313+
},
310314
"reason": {
311315
"type": "string"
312316
},
@@ -330,6 +334,10 @@
330334
"type"
331335
],
332336
"x-kubernetes-list-type": "map"
337+
},
338+
"observedGeneration": {
339+
"format": "int64",
340+
"type": "integer"
333341
}
334342
},
335343
"type": "object"

schema/codey.io/xcodeyinstance_v1.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,10 @@
210210
"message": {
211211
"type": "string"
212212
},
213+
"observedGeneration": {
214+
"format": "int64",
215+
"type": "integer"
216+
},
213217
"reason": {
214218
"type": "string"
215219
},
@@ -236,6 +240,10 @@
236240
},
237241
"instanceNamespace": {
238242
"type": "string"
243+
},
244+
"observedGeneration": {
245+
"format": "int64",
246+
"type": "integer"
239247
}
240248
},
241249
"type": "object"

schema/vshn.appcat.vshn.io/compositemariadbdatabaseinstance_v1.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@
175175
"message": {
176176
"type": "string"
177177
},
178+
"observedGeneration": {
179+
"format": "int64",
180+
"type": "integer"
181+
},
178182
"reason": {
179183
"type": "string"
180184
},
@@ -198,6 +202,10 @@
198202
"type"
199203
],
200204
"x-kubernetes-list-type": "map"
205+
},
206+
"observedGeneration": {
207+
"format": "int64",
208+
"type": "integer"
201209
}
202210
},
203211
"type": "object"

schema/vshn.appcat.vshn.io/compositemariadbinstance_v1.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@
175175
"message": {
176176
"type": "string"
177177
},
178+
"observedGeneration": {
179+
"format": "int64",
180+
"type": "integer"
181+
},
178182
"reason": {
179183
"type": "string"
180184
},
@@ -198,6 +202,10 @@
198202
"type"
199203
],
200204
"x-kubernetes-list-type": "map"
205+
},
206+
"observedGeneration": {
207+
"format": "int64",
208+
"type": "integer"
201209
}
202210
},
203211
"type": "object"

schema/vshn.appcat.vshn.io/compositemariadbuserinstance_v1.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@
175175
"message": {
176176
"type": "string"
177177
},
178+
"observedGeneration": {
179+
"format": "int64",
180+
"type": "integer"
181+
},
178182
"reason": {
179183
"type": "string"
180184
},
@@ -198,6 +202,10 @@
198202
"type"
199203
],
200204
"x-kubernetes-list-type": "map"
205+
},
206+
"observedGeneration": {
207+
"format": "int64",
208+
"type": "integer"
201209
}
202210
},
203211
"type": "object"

schema/vshn.appcat.vshn.io/compositeredisinstance_v1.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@
175175
"message": {
176176
"type": "string"
177177
},
178+
"observedGeneration": {
179+
"format": "int64",
180+
"type": "integer"
181+
},
178182
"reason": {
179183
"type": "string"
180184
},
@@ -198,6 +202,10 @@
198202
"type"
199203
],
200204
"x-kubernetes-list-type": "map"
205+
},
206+
"observedGeneration": {
207+
"format": "int64",
208+
"type": "integer"
201209
}
202210
},
203211
"type": "object"

schema/vshn.appcat.vshn.io/vshnforgejo_v1.json

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,9 @@
240240
"type": "array"
241241
}
242242
},
243+
"required": [
244+
"name"
245+
],
243246
"type": "object"
244247
},
245248
"type": "array"
@@ -1767,6 +1770,10 @@
17671770
"x-kubernetes-map-type": "atomic"
17681771
}
17691772
},
1773+
"required": [
1774+
"token",
1775+
"userKey"
1776+
],
17701777
"type": "object"
17711778
},
17721779
"type": "array"
@@ -4414,15 +4421,97 @@
44144421
"status": {
44154422
"additionalProperties": false,
44164423
"properties": {
4424+
"conditions": {
4425+
"items": {
4426+
"additionalProperties": false,
4427+
"properties": {
4428+
"lastTransitionTime": {
4429+
"format": "date-time",
4430+
"type": "string"
4431+
},
4432+
"message": {
4433+
"type": "string"
4434+
},
4435+
"observedGeneration": {
4436+
"format": "int64",
4437+
"type": "integer"
4438+
},
4439+
"reason": {
4440+
"type": "string"
4441+
},
4442+
"status": {
4443+
"type": "string"
4444+
},
4445+
"type": {
4446+
"type": "string"
4447+
}
4448+
},
4449+
"required": [
4450+
"lastTransitionTime",
4451+
"reason",
4452+
"status",
4453+
"type"
4454+
],
4455+
"type": "object"
4456+
},
4457+
"type": "array",
4458+
"x-kubernetes-list-map-keys": [
4459+
"type"
4460+
],
4461+
"x-kubernetes-list-type": "map"
4462+
},
44174463
"instanceNamespace": {
44184464
"type": "string"
44194465
},
4466+
"observedGeneration": {
4467+
"format": "int64",
4468+
"type": "integer"
4469+
},
44204470
"schedules": {
44214471
"additionalProperties": false,
44224472
"properties": {
44234473
"backup": {
44244474
"type": "string"
44254475
},
4476+
"conditions": {
4477+
"items": {
4478+
"additionalProperties": false,
4479+
"properties": {
4480+
"lastTransitionTime": {
4481+
"format": "date-time",
4482+
"type": "string"
4483+
},
4484+
"message": {
4485+
"type": "string"
4486+
},
4487+
"observedGeneration": {
4488+
"format": "int64",
4489+
"type": "integer"
4490+
},
4491+
"reason": {
4492+
"type": "string"
4493+
},
4494+
"status": {
4495+
"type": "string"
4496+
},
4497+
"type": {
4498+
"type": "string"
4499+
}
4500+
},
4501+
"required": [
4502+
"lastTransitionTime",
4503+
"reason",
4504+
"status",
4505+
"type"
4506+
],
4507+
"type": "object"
4508+
},
4509+
"type": "array",
4510+
"x-kubernetes-list-map-keys": [
4511+
"type"
4512+
],
4513+
"x-kubernetes-list-type": "map"
4514+
},
44264515
"maintenance": {
44274516
"additionalProperties": false,
44284517
"properties": {
@@ -4444,6 +4533,10 @@
44444533
}
44454534
},
44464535
"type": "object"
4536+
},
4537+
"observedGeneration": {
4538+
"format": "int64",
4539+
"type": "integer"
44474540
}
44484541
},
44494542
"type": "object"

0 commit comments

Comments
 (0)