Documentation ¶
Index ¶
- type App
- func (ha *App) Install(ctx context.Context, name, namespace, version string, ...) error
- func (ha *App) Search(ctx context.Context, name string) (string, error)
- func (ha *App) Uninstall(ctx context.Context, name, namespace string) error
- func (ha *App) Workloads(ctx context.Context, namespace string) ([]corev1.ObjectReference, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶ added in v0.0.4
type App struct {
// contains filtered or unexported fields
}
App holds helm app details
func (*App) Install ¶ added in v0.0.4
func (ha *App) Install(ctx context.Context, name, namespace, version string, options map[string]string) error
Install installs the application specified by name, version and namespace.
Click to show internal directories.
Click to hide internal directories.