Documentation ¶
Index ¶
- Constants
- Variables
- func AddFlags(cmd *cobra.Command, rootArgs *RootArgs)
- 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 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 (
YAMLSeparator = "\n---\n"
)
Variables ¶
View Source
var InstallerScope = log.RegisterScope("installer")
Functions ¶
func InstallCmdWithArgs ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.