Versions in this module Expand all Collapse all v1 v1.4.1 Sep 11, 2020 Changes in this version + func GetNamespace() string + func NewInstallCommand(cli cli.CLI, options *InstallOptions) *cobra.Command + func NewLoadCommand(cli cli.CLI, options *LoadOptions) *cobra.Command + func NewRootCmd(cli cli.CLI) *cobra.Command + func NewUninstallCommand(cli cli.CLI, options *UninstallOptions) *cobra.Command + type InstallOptions struct + DumpResources bool + InstallEverything bool + func NewInstallOptions() *InstallOptions + type LoadOptions struct + Duration int + Frequency int + Nowait bool + func NewLoadOptions() *LoadOptions + type UninstallOptions struct + DumpResources bool + UninstallEverything bool + func NewUninstallOptions() *UninstallOptions