Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorTimedOutToWaitResource = errors.New("timed out waiting for resources to be ready") UninstallNotFoundFormat = "Error: uninstall: Release not loaded: %s: release: not found" StatusNotFoundFormat = "Error: release: not found" )
Functions ¶
func NewHelmWrapper ¶
Types ¶
type HelmWrapper ¶
type HelmWrapper interface { Install(chartName, chartData, values string) error // upgrade a release Upgrade(chartName, chartData, values string) error Uninstall() error // Get manifests Manifest() (string, error) // IsReleaseReady check helm release is ready or not IsReleaseReady(timeout time.Duration) (bool, error) }
Click to show internal directories.
Click to hide internal directories.