Skip to content

Commit 18ab992

Browse files
committed
make update
1 parent e8b0484 commit 18ab992

13 files changed

+40
-9
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: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,12 @@ 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+
controlplanemachinesets means that the machine manager will only register resources of the kind ControlPlaneMachineSet.
107108
enum:
108109
- machinesets
110+
- controlplanemachinesets
109111
type: string
110112
selection:
111113
description: selection allows granular control of the machine
@@ -733,10 +735,12 @@ spec:
733735
resource:
734736
description: |-
735737
resource is the machine management resource's type.
736-
The only current valid value is machinesets.
738+
Valid values are machinesets and controlplanemachinesets.
737739
machinesets means that the machine manager will only register resources of the kind MachineSet.
740+
controlplanemachinesets means that the machine manager will only register resources of the kind ControlPlaneMachineSet.
738741
enum:
739742
- machinesets
743+
- controlplanemachinesets
740744
type: string
741745
selection:
742746
description: selection allows granular control of the machine

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,12 @@ 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
111+
- controlplanemachinesets
110112
type: string
111113
selection:
112114
description: selection allows granular control of the machine
@@ -734,10 +736,12 @@ 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
744+
- controlplanemachinesets
741745
type: string
742746
selection:
743747
description: selection allows granular control of the machine

operator/v1/zz_generated.swagger_doc_generated.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.

payload-manifests/crds/0000_80_machine-config_01_machineconfigurations.crd.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,12 @@ 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+
controlplanemachinesets means that the machine manager will only register resources of the kind ControlPlaneMachineSet.
107108
enum:
108109
- machinesets
110+
- controlplanemachinesets
109111
type: string
110112
selection:
111113
description: selection allows granular control of the machine
@@ -733,10 +735,12 @@ spec:
733735
resource:
734736
description: |-
735737
resource is the machine management resource's type.
736-
The only current valid value is machinesets.
738+
Valid values are machinesets and controlplanemachinesets.
737739
machinesets means that the machine manager will only register resources of the kind MachineSet.
740+
controlplanemachinesets means that the machine manager will only register resources of the kind ControlPlaneMachineSet.
738741
enum:
739742
- machinesets
743+
- controlplanemachinesets
740744
type: string
741745
selection:
742746
description: selection allows granular control of the machine

payload-manifests/featuregates/featureGate-Hypershift-Default.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@
118118
{
119119
"name": "ManagedBootImagesAzure"
120120
},
121+
{
122+
"name": "ManagedBootImagesCPMS"
123+
},
121124
{
122125
"name": "ManagedBootImagesvSphere"
123126
},

payload-manifests/featuregates/featureGate-Hypershift-DevPreviewNoUpgrade.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,9 @@
200200
{
201201
"name": "ManagedBootImagesAzure"
202202
},
203+
{
204+
"name": "ManagedBootImagesCPMS"
205+
},
203206
{
204207
"name": "ManagedBootImagesvSphere"
205208
},

payload-manifests/featuregates/featureGate-Hypershift-TechPreviewNoUpgrade.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,9 @@
206206
{
207207
"name": "ManagedBootImagesAzure"
208208
},
209+
{
210+
"name": "ManagedBootImagesCPMS"
211+
},
209212
{
210213
"name": "ManagedBootImagesvSphere"
211214
},

0 commit comments

Comments
 (0)