Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type ChartConfig ¶
type ChartConfig struct {
*controller.Controller
}
func NewChartConfig ¶
func NewChartConfig(config Config) (*ChartConfig, error)
type Config ¶
type Config struct {
ApprClient apprclient.Interface
Fs afero.Fs
HelmClient helmclient.Interface
K8sClient k8sclient.Interface
Logger micrologger.Logger
WatchNamespace string
}
Click to show internal directories.
Click to hide internal directories.