Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandSpec ¶ added in v0.4.15
type LookoutV2Config ¶ added in v0.3.100
type LookoutV2Config struct {
ApiPort int
Profiling *profilingconfig.ProfilingConfig
MetricsPort int
CorsAllowedOrigins []string
Tls TlsConfig
Postgres configuration.PostgresConfig
PrunerConfig PrunerConfig
UIConfig
}
func (LookoutV2Config) Validate ¶ added in v0.12.1
func (c LookoutV2Config) Validate() error
type PrunerConfig ¶ added in v0.3.49
type PrunerConfig struct {
ExpireAfter time.Duration
DeduplicationExpireAfter time.Duration
Timeout time.Duration
BatchSize int
Postgres configuration.PostgresConfig
}
type UIConfig ¶ added in v0.3.100
type UIConfig struct {
CustomTitle string
// We have a separate flag here (instead of making the Oidc field optional)
// so that clients can override the server's preference.
OidcEnabled bool
Oidc struct {
Authority string
ClientId string
Scope string
}
ArmadaApiBaseUrl string
UserAnnotationPrefix string
BinocularsBaseUrlPattern string
JobSetsAutoRefreshMs int `json:",omitempty"`
JobsAutoRefreshMs int `json:",omitempty"`
CommandSpecs []CommandSpec
Backend string `json:",omitempty"`
}
Click to show internal directories.
Click to hide internal directories.