Documentation ¶
Overview ¶
Package nodepool implements the "update nodepool" command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Command is the cobra command for 'gsctl update nodepool' Command = &cobra.Command{ Use: "nodepool <cluster-name/cluster-id>/<nodepool-id>", Aliases: []string{"np"}, Args: cobra.ExactArgs(1), Short: "Modify node pool details", Long: `Change the name or the scaling settings of a node pool. Setting the '--nodes-min' and '--nodes-max' flags to different values will enable autoscaling (AWS only). Examples: gsctl update nodepool f01r4/75rh1 --name "General purpose M5" gsctl update nodepool f01r4/75rh1 --nodes-min 10 --nodes-max 20 gsctl update nodepool "Cluster name"/75rh1 --nodes-min 10 --nodes-max 20 `, PreRun: printValidation, Run: printResult, } )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.