Documentation ¶
Index ¶
Constants ¶
View Source
const ( ProviderName = "rancher" UsageExample = `` /* 234-byte string literal not displayed */ )
Variables ¶
View Source
var ( ErrGetClusterDetail = errors.New("error querying cluster detail") ErrGettingClusters = errors.New("error querying clusters") ErrNoKubeconfigAction = errors.New("no generate kubeconfig action found") ErrGettingKubeconfig = errors.New("error getting kubeconfig from api") ErrNoMatchingCluster = errors.New("no clusters found that match name") ErrMulitpleMatchingCluster = errors.New("multiple clusters found that match name") )
Functions ¶
func ConfigurationItems ¶
func ConfigurationItems(scopeTo string) (config.ConfigurationSet, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.