mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-16 13:00:34 +02:00
feat: add FLEX_START to Scheduling.strategy
PiperOrigin-RevId: 670984417
This commit is contained in:
parent
8c6de209d3
commit
fa23e3050b
1 changed files with 5 additions and 2 deletions
|
|
@ -366,10 +366,10 @@ message Scheduling {
|
|||
// Strategy will default to STANDARD.
|
||||
STRATEGY_UNSPECIFIED = 0;
|
||||
|
||||
// Regular on-demand provisioning strategy.
|
||||
// Deprecated. Regular on-demand provisioning strategy.
|
||||
ON_DEMAND = 1 [deprecated = true];
|
||||
|
||||
// Low cost by making potential use of spot resources.
|
||||
// Deprecated. Low cost by making potential use of spot resources.
|
||||
LOW_COST = 2 [deprecated = true];
|
||||
|
||||
// Standard provisioning strategy uses regular on-demand resources.
|
||||
|
|
@ -377,6 +377,9 @@ message Scheduling {
|
|||
|
||||
// Spot provisioning strategy uses spot resources.
|
||||
SPOT = 4;
|
||||
|
||||
// Flex Start strategy uses DWS to queue for resources.
|
||||
FLEX_START = 6;
|
||||
}
|
||||
|
||||
// The maximum job running time. The default is 7 days.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue