Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HelmHandler ¶
type HelmHandler struct { URL string RepoName string ChartName string ReleaseName string Namespace string Args map[string]string // contains filtered or unexported fields }
func (*HelmHandler) CheckStatus ¶
func (h *HelmHandler) CheckStatus() (*release.Release, error)
func (*HelmHandler) Install ¶
func (h *HelmHandler) Install() error
func (*HelmHandler) IsDeployed ¶
func (h *HelmHandler) IsDeployed() bool
Click to show internal directories.
Click to hide internal directories.