run

package
v0.6.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2022 License: MPL-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCommand added in v0.6.1

func NewCommand() *cobra.Command

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL