Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
Types ¶
type Options ¶
type Options struct {
// System config
Host string
LogLevel string
NotificationControllerAddress string
Path string
Port string
AuthMethods []string
// TLS config
Insecure bool
MTLS bool
TLSCertFile string
TLSKeyFile string
// Stuff for profiles apparently
HelmRepoName string
HelmRepoNamespace string
// OIDC
OIDC auth.OIDCConfig
OIDCSecret string
// Dev mode
DevMode bool
// Metrics
EnableMetrics bool
MetricsAddress string
UseK8sCachedClients bool
}
Options contains all the options for the gitops-server command.
Click to show internal directories.
Click to hide internal directories.