Skip to content

Commit 41adfe1

Browse files
committed
make update
1 parent 49b4d0c commit 41adfe1

15 files changed

+1031
-21
lines changed

features.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
| 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> |
4545
| 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> |
4646
| 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> |
47+
| 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> |
4748
| 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> |
4849
| 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> |
4950
| 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: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31373,7 +31373,7 @@
3137331373
"default": ""
3137431374
},
3137531375
"resource": {
31376-
"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.",
31376+
"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.",
3137731377
"type": "string",
3137831378
"default": ""
3137931379
},

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,9 @@ spec:
102102
resource:
103103
description: |-
104104
resource is the machine management resource's type.
105-
The only current valid value is machinesets.
105+
Valid values are machinesets and controlplanemachinesets.
106106
machinesets means that the machine manager will only register resources of the kind MachineSet.
107-
enum:
108-
- machinesets
107+
controlplanemachinesets means that the machine manager will only register resources of the kind ControlPlaneMachineSet.
109108
type: string
110109
selection:
111110
description: selection allows granular control of the machine
@@ -733,10 +732,9 @@ spec:
733732
resource:
734733
description: |-
735734
resource is the machine management resource's type.
736-
The only current valid value is machinesets.
735+
Valid values are machinesets and controlplanemachinesets.
737736
machinesets means that the machine manager will only register resources of the kind MachineSet.
738-
enum:
739-
- machinesets
737+
controlplanemachinesets means that the machine manager will only register resources of the kind ControlPlaneMachineSet.
740738
type: string
741739
selection:
742740
description: selection allows granular control of the machine

operator/v1/zz_generated.featuregated-crd-manifests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ machineconfigurations.operator.openshift.io:
308308
Category: ""
309309
FeatureGates:
310310
- ManagedBootImages
311+
- ManagedBootImagesCPMS
311312
FilenameOperatorName: machine-config
312313
FilenameOperatorOrdering: "01"
313314
FilenameRunLevel: "0000_80"

operator/v1/zz_generated.featuregated-crd-manifests/machineconfigurations.operator.openshift.io/ManagedBootImages.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +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-
enum:
109-
- machinesets
108+
controlplanemachinesets means that the machine manager will only register resources of the kind ControlPlaneMachineSet.
110109
type: string
111110
selection:
112111
description: selection allows granular control of the machine
@@ -734,10 +733,9 @@ spec:
734733
resource:
735734
description: |-
736735
resource is the machine management resource's type.
737-
The only current valid value is machinesets.
736+
Valid values are machinesets and controlplanemachinesets.
738737
machinesets means that the machine manager will only register resources of the kind MachineSet.
739-
enum:
740-
- machinesets
738+
controlplanemachinesets means that the machine manager will only register resources of the kind ControlPlaneMachineSet.
741739
type: string
742740
selection:
743741
description: selection allows granular control of the machine

0 commit comments

Comments
 (0)