Skip to content
Merged
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
7 changes: 7 additions & 0 deletions api/services/ocean/aks/schemas/ocean-strategy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ properties:
description: >
If no spot instance markets are available, enable Ocean to launch on-demand instances instead.
example: true
orientation:
type: string
description: >
Set this value to control and manage optimization priorities.
enum: [ cost, availability ]
example: cost
default: cost
drainingTimeout:
type: integer
description: >
Expand Down
Loading