Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Delete ¶
type Delete struct {
// contains filtered or unexported fields
}
Delete struct to uninstall a given release
func (*Delete) ActionNewUninstall ¶
func (d *Delete) ActionNewUninstall(a *action.Configuration) *action.Uninstall
func (*Delete) RunCommand ¶
func (d *Delete) RunCommand(rel string) (*release.UninstallReleaseResponse, error)
type HelmDelete ¶
type HelmDelete interface { RunCommand(string) (*release.UninstallReleaseResponse, error) ActionNewUninstall(*action.Configuration) *action.Uninstall }
HelmDelete is a wrapper around the helm delete api.
Click to show internal directories.
Click to hide internal directories.