Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "machinepool --cluster={NAME|ID|EXTERNAL_ID} [flags] MACHINE_POOL_ID", Aliases: []string{"machine-pool"}, Short: "Edit a cluster machine pool", Long: "Edit a machine pool size.", Example: ` # Update the number of replicas for machine pool with ID 'a1b2' ocm edit machinepool --replicas=3 --cluster=mycluster a1b2 # Enable autoscaling and Set 3-5 replicas on machine pool 'mp1' on cluster 'mycluster' ocm edit machinepool --enable-autoscaling --min-replicas=3 max-replicas=5 --cluster=mycluster mp1`, RunE: run, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.