Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tal/azure-add-availabilityVsCost #471

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,13 @@ properties:
- cheapest
default: availability
example: availability
availabilityVsCost:
title: Group availability VS cost
description: |
TBD
type: Integer
minimum: 0
maximum: 100
health:
title: Health
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,11 @@ properties:
- cost
- cheapest
default: availability
example: availability
example: availability
availabilityVsCost:
title: Group availability VS cost
description: |
TBD
type: Integer
minimum: 0
maximum: 100
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,11 @@ properties:
* Switching between on-demand and Spot VM types at the enter/exit of the time window will trigger the recycling of the stateful node.
* <a style=color:red>Requires the following format: "ddd:hh:mm-ddd:hh:mm (day:hour(0-23):minute(0-59))".</a>
example:
- "Sun:23:00-Mon:02:30"
- "Sun:23:00-Mon:02:30"
availabilityVsCost:
title: Group availability VS cost
description: |
TBD
type: Integer
minimum: 0
maximum: 100
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,11 @@ properties:
* Switching between on-demand and Spot VM types at the enter/exit of the time window will trigger the recycling of the stateful node.
* <a style=color:red>Requires the following format: "ddd:hh:mm-ddd:hh:mm (day:hour(0-23):minute(0-59))".</a>
example:
- "Sun:23:00-Mon:02:30"
- "Sun:23:00-Mon:02:30"
availabilityVsCost:
title: Group availability VS cost
description: |
TBD
type: Integer
minimum: 0
maximum: 100