Skip to content

Commit 75a1397

Browse files
committed
make update
1 parent 8360db8 commit 75a1397

21 files changed

+1436
-42
lines changed

features.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
| KMSEncryptionProvider| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
5454
| MachineAPIMigration| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
5555
| ManagedBootImagesAzure| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
56+
| ManagedBootImagesCPMS| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
5657
| ManagedBootImagesvSphere| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
5758
| MaxUnavailableStatefulSet| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
5859
| MinimumKubeletVersion| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |

openapi/generated_openapi/zz_generated.openapi.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi/openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31216,7 +31216,7 @@
3121631216
"default": ""
3121731217
},
3121831218
"resource": {
31219-
"description": "resource is the machine management resource's type. The only current valid value is machinesets. machinesets means that the machine manager will only register resources of the kind MachineSet.",
31219+
"description": "resource is the machine management resource's type. Valid values are machinesets and controlplanemachinesets. machinesets means that the machine manager will only register resources of the kind MachineSet. controlplanemachinesets means that the machine manager will only register resources of the kind ControlPlaneMachineSet.",
3122031220
"type": "string",
3122131221
"default": ""
3122231222
},
@@ -31234,7 +31234,7 @@
3123431234
],
3123531235
"properties": {
3123631236
"mode": {
31237-
"description": "mode determines how machine managers will be selected for updates. Valid values are All and Partial. All means that every resource matched by the machine manager will be updated. Partial requires specified selector(s) and allows customisation of which resources matched by the machine manager will be updated. None means that every resource matched by the machine manager will not be updated.",
31237+
"description": "mode determines how machine managers will be selected for updates. Valid values are All, Partial and None. All means that every resource matched by the machine manager will be updated. Partial requires specified selector(s) and allows customisation of which resources matched by the machine manager will be updated. Partial is not permitted for the controlplanemachinesets resource type as they are a singleton within the cluster. None means that every resource matched by the machine manager will not be updated.",
3123831238
"type": "string",
3123931239
"default": ""
3124031240
},

operator/v1/zz_generated.crd-manifests/0000_80_machine-config_01_machineconfigurations-CustomNoUpgrade.crd.yaml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,12 @@ spec:
228228
resource:
229229
description: |-
230230
resource is the machine management resource's type.
231-
The only current valid value is machinesets.
231+
Valid values are machinesets and controlplanemachinesets.
232232
machinesets means that the machine manager will only register resources of the kind MachineSet.
233+
controlplanemachinesets means that the machine manager will only register resources of the kind ControlPlaneMachineSet.
233234
enum:
234235
- machinesets
236+
- controlplanemachinesets
235237
type: string
236238
selection:
237239
description: selection allows granular control of the machine
@@ -241,9 +243,10 @@ spec:
241243
mode:
242244
description: |-
243245
mode determines how machine managers will be selected for updates.
244-
Valid values are All and Partial.
246+
Valid values are All, Partial and None.
245247
All means that every resource matched by the machine manager will be updated.
246248
Partial requires specified selector(s) and allows customisation of which resources matched by the machine manager will be updated.
249+
Partial is not permitted for the controlplanemachinesets resource type as they are a singleton within the cluster.
247250
None means that every resource matched by the machine manager will not be updated.
248251
enum:
249252
- All
@@ -320,6 +323,11 @@ spec:
320323
- resource
321324
- selection
322325
type: object
326+
x-kubernetes-validations:
327+
- message: Only All or None selection mode is permitted for
328+
ControlPlaneMachineSets
329+
rule: self.resource != 'controlplanemachinesets' || self.selection.mode
330+
== 'All' || self.selection.mode == 'None'
323331
maxItems: 5
324332
type: array
325333
x-kubernetes-list-map-keys:
@@ -993,10 +1001,12 @@ spec:
9931001
resource:
9941002
description: |-
9951003
resource is the machine management resource's type.
996-
The only current valid value is machinesets.
1004+
Valid values are machinesets and controlplanemachinesets.
9971005
machinesets means that the machine manager will only register resources of the kind MachineSet.
1006+
controlplanemachinesets means that the machine manager will only register resources of the kind ControlPlaneMachineSet.
9981007
enum:
9991008
- machinesets
1009+
- controlplanemachinesets
10001010
type: string
10011011
selection:
10021012
description: selection allows granular control of the machine
@@ -1006,9 +1016,10 @@ spec:
10061016
mode:
10071017
description: |-
10081018
mode determines how machine managers will be selected for updates.
1009-
Valid values are All and Partial.
1019+
Valid values are All, Partial and None.
10101020
All means that every resource matched by the machine manager will be updated.
10111021
Partial requires specified selector(s) and allows customisation of which resources matched by the machine manager will be updated.
1022+
Partial is not permitted for the controlplanemachinesets resource type as they are a singleton within the cluster.
10121023
None means that every resource matched by the machine manager will not be updated.
10131024
enum:
10141025
- All
@@ -1085,6 +1096,11 @@ spec:
10851096
- resource
10861097
- selection
10871098
type: object
1099+
x-kubernetes-validations:
1100+
- message: Only All or None selection mode is permitted for
1101+
ControlPlaneMachineSets
1102+
rule: self.resource != 'controlplanemachinesets' || self.selection.mode
1103+
== 'All' || self.selection.mode == 'None'
10881104
maxItems: 5
10891105
type: array
10901106
x-kubernetes-list-map-keys:

operator/v1/zz_generated.crd-manifests/0000_80_machine-config_01_machineconfigurations-Default.crd.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,9 @@ spec:
103103
resource:
104104
description: |-
105105
resource is the machine management resource's type.
106-
The only current valid value is machinesets.
106+
Valid values are machinesets and controlplanemachinesets.
107107
machinesets means that the machine manager will only register resources of the kind MachineSet.
108+
controlplanemachinesets means that the machine manager will only register resources of the kind ControlPlaneMachineSet.
108109
enum:
109110
- machinesets
110111
type: string
@@ -116,9 +117,10 @@ spec:
116117
mode:
117118
description: |-
118119
mode determines how machine managers will be selected for updates.
119-
Valid values are All and Partial.
120+
Valid values are All, Partial and None.
120121
All means that every resource matched by the machine manager will be updated.
121122
Partial requires specified selector(s) and allows customisation of which resources matched by the machine manager will be updated.
123+
Partial is not permitted for the controlplanemachinesets resource type as they are a singleton within the cluster.
122124
None means that every resource matched by the machine manager will not be updated.
123125
enum:
124126
- All
@@ -734,8 +736,9 @@ spec:
734736
resource:
735737
description: |-
736738
resource is the machine management resource's type.
737-
The only current valid value is machinesets.
739+
Valid values are machinesets and controlplanemachinesets.
738740
machinesets means that the machine manager will only register resources of the kind MachineSet.
741+
controlplanemachinesets means that the machine manager will only register resources of the kind ControlPlaneMachineSet.
739742
enum:
740743
- machinesets
741744
type: string
@@ -747,9 +750,10 @@ spec:
747750
mode:
748751
description: |-
749752
mode determines how machine managers will be selected for updates.
750-
Valid values are All and Partial.
753+
Valid values are All, Partial and None.
751754
All means that every resource matched by the machine manager will be updated.
752755
Partial requires specified selector(s) and allows customisation of which resources matched by the machine manager will be updated.
756+
Partial is not permitted for the controlplanemachinesets resource type as they are a singleton within the cluster.
753757
None means that every resource matched by the machine manager will not be updated.
754758
enum:
755759
- All

operator/v1/zz_generated.crd-manifests/0000_80_machine-config_01_machineconfigurations-DevPreviewNoUpgrade.crd.yaml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,12 @@ spec:
228228
resource:
229229
description: |-
230230
resource is the machine management resource's type.
231-
The only current valid value is machinesets.
231+
Valid values are machinesets and controlplanemachinesets.
232232
machinesets means that the machine manager will only register resources of the kind MachineSet.
233+
controlplanemachinesets means that the machine manager will only register resources of the kind ControlPlaneMachineSet.
233234
enum:
234235
- machinesets
236+
- controlplanemachinesets
235237
type: string
236238
selection:
237239
description: selection allows granular control of the machine
@@ -241,9 +243,10 @@ spec:
241243
mode:
242244
description: |-
243245
mode determines how machine managers will be selected for updates.
244-
Valid values are All and Partial.
246+
Valid values are All, Partial and None.
245247
All means that every resource matched by the machine manager will be updated.
246248
Partial requires specified selector(s) and allows customisation of which resources matched by the machine manager will be updated.
249+
Partial is not permitted for the controlplanemachinesets resource type as they are a singleton within the cluster.
247250
None means that every resource matched by the machine manager will not be updated.
248251
enum:
249252
- All
@@ -320,6 +323,11 @@ spec:
320323
- resource
321324
- selection
322325
type: object
326+
x-kubernetes-validations:
327+
- message: Only All or None selection mode is permitted for
328+
ControlPlaneMachineSets
329+
rule: self.resource != 'controlplanemachinesets' || self.selection.mode
330+
== 'All' || self.selection.mode == 'None'
323331
maxItems: 5
324332
type: array
325333
x-kubernetes-list-map-keys:
@@ -993,10 +1001,12 @@ spec:
9931001
resource:
9941002
description: |-
9951003
resource is the machine management resource's type.
996-
The only current valid value is machinesets.
1004+
Valid values are machinesets and controlplanemachinesets.
9971005
machinesets means that the machine manager will only register resources of the kind MachineSet.
1006+
controlplanemachinesets means that the machine manager will only register resources of the kind ControlPlaneMachineSet.
9981007
enum:
9991008
- machinesets
1009+
- controlplanemachinesets
10001010
type: string
10011011
selection:
10021012
description: selection allows granular control of the machine
@@ -1006,9 +1016,10 @@ spec:
10061016
mode:
10071017
description: |-
10081018
mode determines how machine managers will be selected for updates.
1009-
Valid values are All and Partial.
1019+
Valid values are All, Partial and None.
10101020
All means that every resource matched by the machine manager will be updated.
10111021
Partial requires specified selector(s) and allows customisation of which resources matched by the machine manager will be updated.
1022+
Partial is not permitted for the controlplanemachinesets resource type as they are a singleton within the cluster.
10121023
None means that every resource matched by the machine manager will not be updated.
10131024
enum:
10141025
- All
@@ -1085,6 +1096,11 @@ spec:
10851096
- resource
10861097
- selection
10871098
type: object
1099+
x-kubernetes-validations:
1100+
- message: Only All or None selection mode is permitted for
1101+
ControlPlaneMachineSets
1102+
rule: self.resource != 'controlplanemachinesets' || self.selection.mode
1103+
== 'All' || self.selection.mode == 'None'
10881104
maxItems: 5
10891105
type: array
10901106
x-kubernetes-list-map-keys:

0 commit comments

Comments
 (0)