Skip to content

Commit

Permalink
Revert | Remove the "provisioningModel" SPOT from the import
Browse files Browse the repository at this point in the history
  • Loading branch information
shaulib committed Nov 16, 2023
1 parent 73e6dc8 commit 42a1be9
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions api/services/ocean/gke/schemas/oceanGkeImportResponse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 42a1be9

Please sign in to comment.