Documentation ¶
Index ¶
- Constants
- func Install(kubeClient kube.CLIClient, rootArgs *RootArgs, iArgs *installArgs, ...) error
- func InstallCmd(ctx cli.Context) *cobra.Command
- func InstallCmdWithArgs(ctx cli.Context, rootArgs *RootArgs, iArgs *installArgs) *cobra.Command
- func OptionDeterminate(msg string, writer io.Writer) bool
- func UnInstall(cmd *cobra.Command, ctx cli.Context, rootArgs *RootArgs, uiArgs *uninstallArgs) error
- func UninstallCmd(ctx cli.Context) *cobra.Command
- func UpgradeCmd(ctx cli.Context) *cobra.Command
- type Printer
- type RootArgs
- type RootFlags
Constants ¶
View Source
const ( AllResourcesRemovedWarning = "All Dubbo resources will be pruned from the cluster\n" PurgeWithRevisionOrOperatorSpecifiedWarning = "Purge uninstall will remove all Dubbo resources, ignoring the specified revision or operator file" )
Variables ¶
This section is empty.
Functions ¶
func InstallCmdWithArgs ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.