Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
*ocmsdk.Connection
}
func (*Client) Kubeconfig ¶
Kubeconfig returns the clusters kubeconfig content
type Environment ¶
type Environment string
const ( Production Environment = "https://api.openshift.com" Stage Environment = "https://api.stage.openshift.com" Integration Environment = "https://api.integration.openshift.com" FedRampProduction Environment = "https://api.openshiftusgov.com" FedRampStage Environment = "https://api.stage.openshiftusgov.com" FedRampIntegration Environment = "https://api.int.openshiftusgov.com" )
Click to show internal directories.
Click to hide internal directories.