Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsExecutionFailed ¶
IsExecutionFailed asserts executionFailedError.
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type Config ¶
type Config struct { // Dependencies. K8sClient kubernetes.Interface Logger micrologger.Logger }
Config represents the configuration used to create a new updater.
func DefaultConfig ¶
func DefaultConfig() Config
DefaultConfig provides a default configuration to create a new updater by best effort.
Click to show internal directories.
Click to hide internal directories.