Documentation
¶
Index ¶
- func BaseKubernetesCommand() commands.Command
- func ConfigCommand() commands.Command
- func CreateCommand() commands.Command
- func Delete(exec commands.Executor, uuid string, wait bool) (output.Output, error)
- func DeleteCommand() commands.Command
- func ListCommand() commands.Command
- func ModifyCommand() commands.Command
- func PlansCommand() commands.Command
- func ShowCommand() commands.Command
- func VersionsCommand() commands.Command
- func WaitForClusterState(uuid string, state upcloud.KubernetesClusterState, exec commands.Executor, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BaseKubernetesCommand ¶
BaseKubernetesCommand creates the base "kubernetes" command
func ConfigCommand ¶
ConfigCommand creates the "connection config" command
func CreateCommand ¶
CreateCommand creates the "kubernetes create" command
func DeleteCommand ¶
DeleteCommand creates the "kubernetes delete" command
func ListCommand ¶
ListCommand creates the "kubernetes list" command
func ModifyCommand ¶
ModifyCommand creates the "kubernetes modify" command
func PlansCommand ¶
PlansCommand creates the "loadbalancer plans" command
func ShowCommand ¶
ShowCommand creates the "kubernetes show" command
func VersionsCommand ¶
VersionsCommand creates the "kubernetes versions" command
func WaitForClusterState ¶ added in v3.24.0
func WaitForClusterState(uuid string, state upcloud.KubernetesClusterState, exec commands.Executor, msg string)
waitForClusterState waits for cluster to reach given state and updates progress message with key matching given msg. Finally, progress message is updated back to given msg and either done state or timeout warning.
Types ¶
This section is empty.