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 // If non-nil, net/http/pprof endpoints are exposed on localhost on this port. PprofPort *uint16 CorsAllowedOrigins []string Tls TlsConfig Postgres configuration.PostgresConfig PrunerConfig PrunerConfig UIConfig }
type PrunerConfig ¶ added in v0.3.49
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 }
Click to show internal directories.
Click to hide internal directories.