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" EnabledOutput = "Enabled" DisabledOutput = "Disabled" )
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, Args: cobra.MaximumNArgs(1), }
Functions ¶
func BillingAccount ¶ added in v1.2.19
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.