X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7cd9a0c1fa550f68fbda77c672891200fc85dcb8..eccb6ba135ebe1bc73bdeeed89150d3c4ee26126:/sdk/go/arvados/config.go diff --git a/sdk/go/arvados/config.go b/sdk/go/arvados/config.go index 0fafa41f90..a3e54952da 100644 --- a/sdk/go/arvados/config.go +++ b/sdk/go/arvados/config.go @@ -258,6 +258,12 @@ type Cluster struct { RoleGroupsVisibleToAll bool CanCreateRoleGroups bool ActivityLoggingPeriod Duration + SyncIgnoredGroups []string + SyncRequiredGroups []string + SyncUserAccounts bool + SyncUserAPITokens bool + SyncUserGroups bool + SyncUserSSHKeys bool } StorageClasses map[string]StorageClassConfig Volumes map[string]Volume @@ -567,6 +573,7 @@ type CloudVMsConfig struct { MaxProbesPerSecond int MaxConcurrentInstanceCreateOps int MaxInstances int + InitialQuotaEstimate int SupervisorFraction float64 PollInterval Duration ProbeInterval Duration