Documentation
¶
Index ¶
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 { App config.App KubeCli kubernetes.Interface OSAppCli osversioned.Interface }
App represents K8s app defined with plain YAML manifests
func (*App) Install ¶ added in v0.0.4
func (r *App) Install(ctx context.Context, name, namespace, version string, options map[string]string) error
Install installs the app specified by name, version and namespace.
Click to show internal directories.
Click to hide internal directories.