Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLIConfig ¶
type CLIConfig struct { // Embed the public managercfg.Config to expose the configuration fields. *managercfg.Config // contains filtered or unexported fields }
CLIConfig collects all configuration that the controller manager takes from the environment.
func NewCLIConfig ¶
func NewCLIConfig() *CLIConfig
type OptionalNamespacedName ¶
type OptionalNamespacedName = mo.Option[k8stypes.NamespacedName]
Click to show internal directories.
Click to hide internal directories.