Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶ added in v0.6.1
NewCommand returns the `ui run` command
Types ¶
type OIDCAuthenticationOptions ¶ added in v0.6.1
type OIDCAuthenticationOptions struct {
IssuerURL string
ClientID string
ClientSecret string
RedirectURL string
CookieDuration time.Duration
}
OIDCAuthenticationOptions contains the OIDC authentication options for the `ui run` command.
type Options ¶ added in v0.6.1
type Options struct {
Port string
HelmRepoNamespace string
HelmRepoName string
ProfileCacheLocation string
WatcherMetricsBindAddress string
WatcherHealthzBindAddress string
WatcherPort int
Path string
LoggingEnabled bool
OIDC OIDCAuthenticationOptions
}
Options contains all the options for the `ui run` command.
Click to show internal directories.
Click to hide internal directories.