Skip to content

Commit

Permalink
make update
Browse files Browse the repository at this point in the history
Signed-off-by: chiragkyal <[email protected]>
  • Loading branch information
chiragkyal committed Nov 11, 2024
1 parent 3c01132 commit 0e34d83
Show file tree
Hide file tree
Showing 11 changed files with 1,026 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,17 @@ spec:
description: ControlPlaneMachineSet represents the configuration of the
ControlPlaneMachineSet.
properties:
machineNamePrefix:
description: |-
MachineNamePrefix is the prefix used when creating machine names.
Each machine name will consist of this prefix, followed by a randomly generated string of 5 characters,
and an index of the machine. The prefix must not end with a special character,
and only lowercase alphanumeric characters and hyphens ('-') are allowed, with hyphens permitted only
between characters. The prefix must be between 1 and 32 characters in length.
maxLength: 32
minLength: 1
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
type: string
replicas:
default: 3
description: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,17 @@ spec:
description: ControlPlaneMachineSet represents the configuration of the
ControlPlaneMachineSet.
properties:
machineNamePrefix:
description: |-
MachineNamePrefix is the prefix used when creating machine names.
Each machine name will consist of this prefix, followed by a randomly generated string of 5 characters,
and an index of the machine. The prefix must not end with a special character,
and only lowercase alphanumeric characters and hyphens ('-') are allowed, with hyphens permitted only
between characters. The prefix must be between 1 and 32 characters in length.
maxLength: 32
minLength: 1
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
type: string
replicas:
default: 3
description: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,17 @@ spec:
description: ControlPlaneMachineSet represents the configuration of the
ControlPlaneMachineSet.
properties:
machineNamePrefix:
description: |-
MachineNamePrefix is the prefix used when creating machine names.
Each machine name will consist of this prefix, followed by a randomly generated string of 5 characters,
and an index of the machine. The prefix must not end with a special character,
and only lowercase alphanumeric characters and hyphens ('-') are allowed, with hyphens permitted only
between characters. The prefix must be between 1 and 32 characters in length.
maxLength: 32
minLength: 1
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
type: string
replicas:
default: 3
description: |-
Expand Down
1 change: 1 addition & 0 deletions machine/v1/zz_generated.featuregated-crd-manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ controlplanemachinesets.machine.openshift.io:
Capability: MachineAPI
Category: ""
FeatureGates:
- CMPSMachineNamePrefix
- MachineAPIMigration
FilenameOperatorName: control-plane-machine-set
FilenameOperatorOrdering: "01"
Expand Down

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions machine/v1/zz_generated.swagger_doc_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions openapi/generated_openapi/zz_generated.openapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -18634,6 +18634,10 @@
"template"
],
"properties": {
"machineNamePrefix": {
"description": "MachineNamePrefix is the prefix used when creating machine names. Each machine name will consist of this prefix, followed by a randomly generated string of 5 characters, and an index of the machine. The prefix must not end with a special character, and only lowercase alphanumeric characters and hyphens ('-') are allowed, with hyphens permitted only between characters. The prefix must be between 1 and 32 characters in length.",
"type": "string"
},
"replicas": {
"description": "Replicas defines how many Control Plane Machines should be created by this ControlPlaneMachineSet. This field is immutable and cannot be changed after cluster installation. The ControlPlaneMachineSet only operates with 3 or 5 node control planes, 3 and 5 are the only valid values for this field.",
"type": "integer",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,17 @@ spec:
description: ControlPlaneMachineSet represents the configuration of the
ControlPlaneMachineSet.
properties:
machineNamePrefix:
description: |-
MachineNamePrefix is the prefix used when creating machine names.
Each machine name will consist of this prefix, followed by a randomly generated string of 5 characters,
and an index of the machine. The prefix must not end with a special character,
and only lowercase alphanumeric characters and hyphens ('-') are allowed, with hyphens permitted only
between characters. The prefix must be between 1 and 32 characters in length.
maxLength: 32
minLength: 1
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
type: string
replicas:
default: 3
description: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,17 @@ spec:
description: ControlPlaneMachineSet represents the configuration of the
ControlPlaneMachineSet.
properties:
machineNamePrefix:
description: |-
MachineNamePrefix is the prefix used when creating machine names.
Each machine name will consist of this prefix, followed by a randomly generated string of 5 characters,
and an index of the machine. The prefix must not end with a special character,
and only lowercase alphanumeric characters and hyphens ('-') are allowed, with hyphens permitted only
between characters. The prefix must be between 1 and 32 characters in length.
maxLength: 32
minLength: 1
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
type: string
replicas:
default: 3
description: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,17 @@ spec:
description: ControlPlaneMachineSet represents the configuration of the
ControlPlaneMachineSet.
properties:
machineNamePrefix:
description: |-
MachineNamePrefix is the prefix used when creating machine names.
Each machine name will consist of this prefix, followed by a randomly generated string of 5 characters,
and an index of the machine. The prefix must not end with a special character,
and only lowercase alphanumeric characters and hyphens ('-') are allowed, with hyphens permitted only
between characters. The prefix must be between 1 and 32 characters in length.
maxLength: 32
minLength: 1
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
type: string
replicas:
default: 3
description: |-
Expand Down

0 comments on commit 0e34d83

Please sign in to comment.