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 ManifestCmd(ctx cli.Context) *cobra.Command
- func ManifestGenerateCmd(ctx cli.Context, _ *RootArgs, mgArgs *ManifestGenerateArgs) *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 ManifestGenerateArgs
- 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 ¶
func ManifestGenerateCmd ¶
Types ¶
type ManifestGenerateArgs ¶
type ManifestGenerateArgs struct {
// contains filtered or unexported fields
}
func (*ManifestGenerateArgs) String ¶
func (a *ManifestGenerateArgs) String() string
Click to show internal directories.
Click to hide internal directories.