Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
type App interface { Install(ctx context.Context, name, namespace string, version string, opt map[string]string) error Uninstall(ctx context.Context, name, namespace string) error Search(ctx context.Context, name string) (string, error) Workloads(ctx context.Context, namespace string) ([]corev1.ObjectReference, error) }
App represents a K8s applications than can be managed with kbrew recipes
Click to show internal directories.
Click to hide internal directories.