Skip to content

Commit

Permalink
Generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
PanSpagetka committed Jan 8, 2025
1 parent 089f8cf commit 21d2948
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,12 @@ spec:
description: The instance type to use, for example `r5.xlarge`.
Instance type ref; https://aws.amazon.com/ec2/instance-types/
type: string
volumeSize:
description: VolumeSize set the disk volume size for the default
workers machine pool in Gib. The default is 300 GiB.
maximum: 16384
minimum: 75
type: integer
type: object
domainPrefix:
description: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,12 @@ spec:
Version specifies the OpenShift version of the nodes associated with this machinepool.
ROSAControlPlane version is used if not set.
type: string
volumeSize:
description: VolumeSize set the disk volume size for the machine pool,
in Gib. The default is 300 GiB.
maximum: 16384
minimum: 75
type: integer
required:
- instanceType
- nodePoolName
Expand Down

0 comments on commit 21d2948

Please sign in to comment.