Documentation ¶
Overview ¶
Package helm implements helm utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InstallConfig ¶
type InstallConfig struct { Logger *zap.Logger Stopc chan struct{} Timeout time.Duration KubeConfigPath string Namespace string ChartRepoURL string ChartName string ReleaseName string Values map[string]interface{} LogFunc action.DebugLog QueryFunc func() QueryInterval time.Duration }
InstallConfig defines helm installation configuration.
Click to show internal directories.
Click to hide internal directories.