Skip to content

Fix example disk type values for LKE (ext-4 vs ext4) #961

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23916,7 +23916,7 @@ paths:
enum:
- "raw"
- "ext4"
example: "ext-4"
example: "ext4"
size:
example: 1024
description: "The size of this custom disk partition in MB.\n\n - The size of this disk partition must not exceed the capacity of the node's plan type."
Expand Down Expand Up @@ -26786,7 +26786,7 @@ paths:
description: "The size of this custom disk partition in MB.\n\n - The size of this disk partition must not exceed the capacity of the node's plan type."
example: 1024
type:
example: "ext-4"
example: "ext4"
enum:
- "raw"
- "ext4"
Expand Down Expand Up @@ -27038,7 +27038,7 @@ paths:
enum:
- "raw"
- "ext4"
example: "ext-4"
example: "ext4"
description: "This custom disk partition's filesystem type."
type: "string"
size:
Expand Down Expand Up @@ -27184,7 +27184,7 @@ paths:
enum:
- "raw"
- "ext4"
example: "ext-4"
example: "ext4"
additionalProperties: false
autoscaler:
description: "When enabled, the number of nodes autoscales within the defined minimum and maximum values."
Expand Down Expand Up @@ -53419,7 +53419,7 @@ paths:
enum:
- "raw"
- "ext4"
example: "ext-4"
example: "ext4"
description: "This custom disk partition's filesystem type."
type: "string"
size:
Expand Down Expand Up @@ -53703,7 +53703,7 @@ paths:
enum:
- "raw"
- "ext4"
example: "ext-4"
example: "ext4"
type: "object"
description: "The values to assign to each partition in this Node Pool's custom disk layout."
additionalProperties: false
Expand Down
Loading