Merge branch '20978-instance-types'
[arvados.git] / sdk / go / arvados / config.go
index c494769977aae37a2d3155cd591e01f3ec80c63a..0afcf2be3c42df96b1e37ce6efb187d4553b21cf 100644 (file)
@@ -515,6 +515,7 @@ type ContainersConfig struct {
        SupportedDockerImageFormats   StringSet
        AlwaysUsePreemptibleInstances bool
        PreemptiblePriceFactor        float64
+       MaximumPriceFactor            float64
        RuntimeEngine                 string
        LocalKeepBlobBuffersPerVCPU   int
        LocalKeepLogsToContainerLog   string
@@ -573,6 +574,7 @@ type CloudVMsConfig struct {
        MaxProbesPerSecond             int
        MaxConcurrentInstanceCreateOps int
        MaxInstances                   int
+       InitialQuotaEstimate           int
        SupervisorFraction             float64
        PollInterval                   Duration
        ProbeInterval                  Duration