Skip to content
Open
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
8 changes: 7 additions & 1 deletion api/services/ocean/gke/schemas/ocean-strategy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,10 @@ properties:
description: |
The desired percentage of Spot/Preemptible instances out of all running instances.\
Only available when the field is **not** set in any VNG directly (launchSpec.strategy.preemptiblePercentage).
example: 100
example: 100
shouldUtilizeCommitments:
type: boolean
default: false
description: |
If set to true, will try to utilize commitments when launching new instances.
example: true