From 42a1be9bae3bac9b3693440eeaeba17afce29558 Mon Sep 17 00:00:00 2001 From: shauli Date: Thu, 16 Nov 2023 10:19:31 +0200 Subject: [PATCH] Revert | Remove the "provisioningModel" SPOT from the import --- .../gke/schemas/oceanGkeImportResponse.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/api/services/ocean/gke/schemas/oceanGkeImportResponse.yaml b/api/services/ocean/gke/schemas/oceanGkeImportResponse.yaml index e2843b2be..3be7c5c26 100644 --- a/api/services/ocean/gke/schemas/oceanGkeImportResponse.yaml +++ b/api/services/ocean/gke/schemas/oceanGkeImportResponse.yaml @@ -38,24 +38,6 @@ properties: $ref: "../schemas/ocean-capacity.yaml" compute: $ref: "../schemas/ocean-compute.yaml" - strategy: - type: object - title: Ocean Strategy - description: | - The Ocean virtual node group strategy object. - properties: - drainingTimeout: - type: integer - default: 120 - example: 120 - description: | - The draining timeout (in seconds) before terminating the instance. - provisioningModel: - type: string - default: "SPOT" - description: | - Define the provisioning model of the launched instances - enum: [ "SPOT", "PREEMPTIBLE" ] customLaunchSpecs: type: array items: