Documentation
¶
Overview ¶
Package cluster implements the 'show cluster' command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ShowClusterCommand performs the "show cluster" function ShowClusterCommand = &cobra.Command{ Use: "cluster", Short: "Show cluster details", Long: `Display details of a cluster Examples: gsctl show cluster c7t2o gsctl show cluster "Cluster name" `, PreRun: printValidation, Run: printResult, } )
Functions ¶
func IsProviderInfoCorrupt ¶
IsProviderInfoCorrupt asserts providerInfoCorruptError.
func IsUnknownProvider ¶
IsUnknownProvider asserts unknownProviderError.
Types ¶
Click to show internal directories.
Click to hide internal directories.