Documentation ¶
Index ¶
Constants ¶
View Source
const ( StageURL = "https://qaprodauth.console.redhat.com/openshift/details/s/" ProductionURL = "https://console.redhat.com/openshift/details/s/" StageEnv = "https://api.stage.openshift.com" ProductionEnv = "https://api.openshift.com" )
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "cluster",
Short: "Show details of a cluster",
Long: "Show details of a cluster",
Example: ` # Describe a cluster named "mycluster"
rosa describe cluster --cluster=mycluster`,
Run: run,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.