Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustParseBool ¶
func MustParseDuration ¶
func MustParseLogLevel ¶
Types ¶
type APIConfig ¶
type APIConfig struct { BaseConfig Host string Port int LocalMode bool GracefulShutdownTimeout time.Duration }
func NewAPIConfig ¶
func NewAPIConfig() APIConfig
type BaseConfig ¶
type CLIConfig ¶
type CLIConfig struct {
BaseConfig
}
func NewCLIConfig ¶
func NewCLIConfig() CLIConfig
type ControllerConfig ¶
type ControllerConfig struct { BaseConfig ArgoCDNamespace string ArgoCDCredentialBorrowingEnabled bool ArgoCDPreferInClusterRestConfig bool }
func NewControllerConfig ¶
func NewControllerConfig() ControllerConfig
type WebhooksConfig ¶
type WebhooksConfig struct { BaseConfig ServiceAccount string ServiceAccountNamespace string }
func NewWebhooksConfig ¶
func NewWebhooksConfig() WebhooksConfig
Click to show internal directories.
Click to hide internal directories.