Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gitops ¶
type Gitops struct {
// contains filtered or unexported fields
}
func (*Gitops) Uninstall ¶
func (g *Gitops) Uninstall(params UninstallParams) error
type GitopsService ¶
type GitopsService interface { Install(params InstallParams) ([]byte, error) Uninstall(params UninstallParams) error }
type InstallParams ¶
type UninstallError ¶ added in v0.2.5
type UninstallError struct{}
func (UninstallError) Error ¶ added in v0.2.5
func (e UninstallError) Error() string
type UninstallParams ¶ added in v0.3.0
Click to show internal directories.
Click to hide internal directories.