Skip to content

Commit 5833074

Browse files
Commit from GitHub Actions (Scheduled Jobs)
1 parent f6f1fce commit 5833074

11 files changed

+197
-0
lines changed

schema/controlplane.cluster.x-k8s.io/awsmanagedcontrolplane_v1beta1.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,11 @@
641641
"type": "string"
642642
}
643643
},
644+
"required": [
645+
"clientId",
646+
"identityProviderConfigName",
647+
"issuerUrl"
648+
],
644649
"type": "object"
645650
},
646651
"region": {
@@ -936,6 +941,17 @@
936941
"instanceState": {
937942
"type": "string"
938943
},
944+
"marketType": {
945+
"enum": [
946+
"OnDemand",
947+
"Spot",
948+
"CapacityBlock"
949+
],
950+
"type": "string"
951+
},
952+
"networkInterfaceType": {
953+
"type": "string"
954+
},
939955
"networkInterfaces": {
940956
"items": {
941957
"type": "string"

schema/controlplane.cluster.x-k8s.io/awsmanagedcontrolplane_v1beta2.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
},
8181
"type": "object"
8282
},
83+
"bootstrapSelfManagedAddons": {
84+
"default": true,
85+
"type": "boolean"
86+
},
8387
"controlPlaneEndpoint": {
8488
"additionalProperties": false,
8589
"properties": {
@@ -637,6 +641,11 @@
637641
"type": "string"
638642
}
639643
},
644+
"required": [
645+
"clientId",
646+
"identityProviderConfigName",
647+
"issuerUrl"
648+
],
640649
"type": "object"
641650
},
642651
"partition": {
@@ -943,6 +952,17 @@
943952
"instanceState": {
944953
"type": "string"
945954
},
955+
"marketType": {
956+
"enum": [
957+
"OnDemand",
958+
"Spot",
959+
"CapacityBlock"
960+
],
961+
"type": "string"
962+
},
963+
"networkInterfaceType": {
964+
"type": "string"
965+
},
946966
"networkInterfaces": {
947967
"items": {
948968
"type": "string"
@@ -1737,6 +1757,9 @@
17371757
"ready": {
17381758
"default": false,
17391759
"type": "boolean"
1760+
},
1761+
"version": {
1762+
"type": "string"
17401763
}
17411764
},
17421765
"required": [

schema/controlplane.cluster.x-k8s.io/rosacontrolplane_v1beta2.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@
4040
}
4141
]
4242
},
43+
"channelGroup": {
44+
"default": "stable",
45+
"enum": [
46+
"stable",
47+
"candidate",
48+
"nightly"
49+
],
50+
"type": "string"
51+
},
4352
"clusterRegistryConfig": {
4453
"additionalProperties": false,
4554
"properties": {
@@ -139,6 +148,11 @@
139148
},
140149
"instanceType": {
141150
"type": "string"
151+
},
152+
"volumeSize": {
153+
"maximum": 16384,
154+
"minimum": 75,
155+
"type": "integer"
142156
}
143157
},
144158
"type": "object"
@@ -531,6 +545,7 @@
531545
},
532546
"required": [
533547
"availabilityZones",
548+
"channelGroup",
534549
"installerRoleARN",
535550
"oidcID",
536551
"region",

schema/infrastructure.cluster.x-k8s.io/awscluster_v1beta2.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,6 +1027,17 @@
10271027
"instanceState": {
10281028
"type": "string"
10291029
},
1030+
"marketType": {
1031+
"enum": [
1032+
"OnDemand",
1033+
"Spot",
1034+
"CapacityBlock"
1035+
],
1036+
"type": "string"
1037+
},
1038+
"networkInterfaceType": {
1039+
"type": "string"
1040+
},
10301041
"networkInterfaces": {
10311042
"items": {
10321043
"type": "string"

schema/infrastructure.cluster.x-k8s.io/awsmachine_v1beta2.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,21 @@
233233
"minLength": 2,
234234
"type": "string"
235235
},
236+
"marketType": {
237+
"enum": [
238+
"OnDemand",
239+
"Spot",
240+
"CapacityBlock"
241+
],
242+
"type": "string"
243+
},
244+
"networkInterfaceType": {
245+
"enum": [
246+
"interface",
247+
"efa"
248+
],
249+
"type": "string"
250+
},
236251
"networkInterfaces": {
237252
"items": {
238253
"type": "string"

schema/infrastructure.cluster.x-k8s.io/awsmachinepool_v1beta2.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@
8585
},
8686
"type": "object"
8787
},
88+
"capacityReservationId": {
89+
"type": "string"
90+
},
8891
"iamInstanceProfile": {
8992
"type": "string"
9093
},
@@ -137,6 +140,14 @@
137140
"instanceType": {
138141
"type": "string"
139142
},
143+
"marketType": {
144+
"enum": [
145+
"OnDemand",
146+
"Spot",
147+
"CapacityBlock"
148+
],
149+
"type": "string"
150+
},
140151
"name": {
141152
"type": "string"
142153
},
@@ -489,6 +500,9 @@
489500
"failureReason": {
490501
"type": "string"
491502
},
503+
"infrastructureMachineKind": {
504+
"type": "string"
505+
},
492506
"instances": {
493507
"items": {
494508
"additionalProperties": false,

schema/infrastructure.cluster.x-k8s.io/awsmachinetemplate_v1beta2.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,21 @@
257257
"minLength": 2,
258258
"type": "string"
259259
},
260+
"marketType": {
261+
"enum": [
262+
"OnDemand",
263+
"Spot",
264+
"CapacityBlock"
265+
],
266+
"type": "string"
267+
},
268+
"networkInterfaceType": {
269+
"enum": [
270+
"interface",
271+
"efa"
272+
],
273+
"type": "string"
274+
},
260275
"networkInterfaces": {
261276
"items": {
262277
"type": "string"

schema/infrastructure.cluster.x-k8s.io/awsmanagedcluster_v1beta2.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,39 @@
3535
"status": {
3636
"additionalProperties": false,
3737
"properties": {
38+
"conditions": {
39+
"items": {
40+
"additionalProperties": false,
41+
"properties": {
42+
"lastTransitionTime": {
43+
"format": "date-time",
44+
"type": "string"
45+
},
46+
"message": {
47+
"type": "string"
48+
},
49+
"reason": {
50+
"type": "string"
51+
},
52+
"severity": {
53+
"type": "string"
54+
},
55+
"status": {
56+
"type": "string"
57+
},
58+
"type": {
59+
"type": "string"
60+
}
61+
},
62+
"required": [
63+
"lastTransitionTime",
64+
"status",
65+
"type"
66+
],
67+
"type": "object"
68+
},
69+
"type": "array"
70+
},
3871
"failureDomains": {
3972
"additionalProperties": {
4073
"additionalProperties": false,

schema/infrastructure.cluster.x-k8s.io/awsmanagedmachinepool_v1beta2.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@
101101
},
102102
"type": "object"
103103
},
104+
"capacityReservationId": {
105+
"type": "string"
106+
},
104107
"iamInstanceProfile": {
105108
"type": "string"
106109
},
@@ -153,6 +156,14 @@
153156
"instanceType": {
154157
"type": "string"
155158
},
159+
"marketType": {
160+
"enum": [
161+
"OnDemand",
162+
"Spot",
163+
"CapacityBlock"
164+
],
165+
"type": "string"
166+
},
156167
"name": {
157168
"type": "string"
158169
},

schema/infrastructure.cluster.x-k8s.io/rosacluster_v1beta2.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,39 @@
3535
"status": {
3636
"additionalProperties": false,
3737
"properties": {
38+
"conditions": {
39+
"items": {
40+
"additionalProperties": false,
41+
"properties": {
42+
"lastTransitionTime": {
43+
"format": "date-time",
44+
"type": "string"
45+
},
46+
"message": {
47+
"type": "string"
48+
},
49+
"reason": {
50+
"type": "string"
51+
},
52+
"severity": {
53+
"type": "string"
54+
},
55+
"status": {
56+
"type": "string"
57+
},
58+
"type": {
59+
"type": "string"
60+
}
61+
},
62+
"required": [
63+
"lastTransitionTime",
64+
"status",
65+
"type"
66+
],
67+
"type": "object"
68+
},
69+
"type": "array"
70+
},
3871
"failureDomains": {
3972
"additionalProperties": {
4073
"additionalProperties": false,

0 commit comments

Comments
 (0)