X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5722e7f91d3ab4df898dec0d301c0653ac7995b3..2b6f6f61757ad01f7d8baf63b190c1e1cd42db41:/sdk/go/arvados/config.go diff --git a/sdk/go/arvados/config.go b/sdk/go/arvados/config.go index d9aa92b65d..6360b7b31a 100644 --- a/sdk/go/arvados/config.go +++ b/sdk/go/arvados/config.go @@ -61,13 +61,10 @@ func (sc *Config) GetCluster(clusterID string) (*Cluster, error) { } type WebDAVCacheConfig struct { - TTL Duration - UUIDTTL Duration - MaxBlockEntries int - MaxCollectionEntries int - MaxCollectionBytes int64 - MaxUUIDEntries int - MaxSessions int + TTL Duration + MaxBlockEntries int + MaxCollectionBytes int64 + MaxSessions int } type UploadDownloadPermission struct { @@ -227,8 +224,9 @@ type Cluster struct { Certificate string Key string Insecure bool - Automatic bool - Staging bool + ACME struct { + Server string + } } Users struct { ActivatedUsersAreVisibleToOthers bool @@ -250,6 +248,7 @@ type Cluster struct { PreferDomainForUsername string UserSetupMailText string RoleGroupsVisibleToAll bool + ActivityLoggingPeriod Duration } StorageClasses map[string]StorageClassConfig Volumes map[string]Volume @@ -292,6 +291,7 @@ type Cluster struct { SSHHelpPageHTML string SSHHelpHostSuffix string IdleTimeout Duration + BannerURL string } } @@ -446,6 +446,7 @@ type ContainersConfig struct { CrunchRunCommand string CrunchRunArgumentsList []string DefaultKeepCacheRAM ByteSize + DefaultKeepCacheDisk ByteSize DispatchPrivateKey string LogReuseDecisions bool MaxComputeVMs int