X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2d9aa62499005abd47b5f2fa604f01d055480722..a136c1ca723537feab8efb40de4fe68c099a175b:/sdk/go/arvados/config.go diff --git a/sdk/go/arvados/config.go b/sdk/go/arvados/config.go index 6384401396..02043fb6d1 100644 --- a/sdk/go/arvados/config.go +++ b/sdk/go/arvados/config.go @@ -60,6 +60,7 @@ func (sc *Config) GetCluster(clusterID string) (*Cluster, error) { type WebDAVCacheConfig struct { TTL Duration UUIDTTL Duration + MaxBlockEntries int MaxCollectionEntries int MaxCollectionBytes int64 MaxPermissionEntries int @@ -281,13 +282,8 @@ type ContainersConfig struct { UsePreemptibleInstances bool JobsAPI struct { - Enable string - GitInternalDir string - DefaultDockerImage string - CrunchJobWrapper string - CrunchJobUser string - CrunchRefreshTrigger string - ReuseJobIfOutputsDiffer bool + Enable string + GitInternalDir string } Logging struct { MaxAge Duration @@ -302,9 +298,10 @@ type ContainersConfig struct { LogUpdateSize ByteSize } SLURM struct { - PrioritySpread int64 - SbatchArgumentsList []string - Managed struct { + PrioritySpread int64 + SbatchArgumentsList []string + SbatchEnvironmentVariables map[string]string + Managed struct { DNSServerConfDir string DNSServerConfTemplate string DNSServerReloadCommand string