Versions in this module Expand all Collapse all v1 v1.4.1 Sep 11, 2020 Changes in this version + const DefaultNamespace + func NewInstallCommand(cli cli.CLI, options *InstallOptions) *cobra.Command + func NewOutboundTrafficCommand(cli cli.CLI) *cobra.Command + func NewOverviewCommand(cli cli.CLI, options *OverviewOptions) *cobra.Command + func NewRootCmd(cli cli.CLI) *cobra.Command + func NewUninstallCommand(cli cli.CLI, options *UninstallOptions) *cobra.Command + type InstallOptions struct + DumpResources bool + Force bool + func NewInstallOptions() *InstallOptions + type OverviewOptions struct + func NewOverviewOptions(evaluationDurationSeconds uint) *OverviewOptions + type UninstallOptions struct + DumpResources bool + UninstallEverything bool + func NewUninstallOptions() *UninstallOptions