Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "policies [flags] [-]",
Short: "Create or update a cluster upgrade policy",
Long: "Create or update a cluster upgrade policy.\n" +
"\n" +
"The policy is either defined by flags or is read from stdin if the - arg is present. \n" +
"To learn about the stdin format, run this command with flags and use --dump.\n",
RunE: run,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.