From 11020fcc470947724b1488dd3c2f4786adc9f2a7 Mon Sep 17 00:00:00 2001 From: Maja Bojarska Date: Mon, 9 Sep 2024 14:03:06 +0200 Subject: [PATCH] Fix example disk type values for LKE --- openapi.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index f7063b90c..5fb462771 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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." @@ -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" @@ -27038,7 +27038,7 @@ paths: enum: - "raw" - "ext4" - example: "ext-4" + example: "ext4" description: "This custom disk partition's filesystem type." type: "string" size: @@ -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." @@ -53419,7 +53419,7 @@ paths: enum: - "raw" - "ext4" - example: "ext-4" + example: "ext4" description: "This custom disk partition's filesystem type." type: "string" size: @@ -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