Documentation ¶
Overview ¶
Copyright Contributors to the Open Cluster Management project
Index ¶
Constants ¶
View Source
const ( InstallModeDefault = "Default" InstallModeHosted = "Hosted" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClusterNameCheck ¶ added in v0.6.0
type ClusterNameCheck struct {
ClusterName string
}
func (ClusterNameCheck) Check ¶ added in v0.6.0
func (c ClusterNameCheck) Check() (warningList []string, errorList []error)
func (ClusterNameCheck) Name ¶ added in v0.6.0
func (c ClusterNameCheck) Name() string
type DeployModeCheck ¶ added in v0.6.0
func (DeployModeCheck) Check ¶ added in v0.6.0
func (c DeployModeCheck) Check() (warningList []string, errorList []error)
func (DeployModeCheck) Name ¶ added in v0.6.0
func (c DeployModeCheck) Name() string
type HubKubeconfigCheck ¶
type HubKubeconfigCheck struct {
Config *clientcmdapiv1.Config
}
func (HubKubeconfigCheck) Check ¶
func (c HubKubeconfigCheck) Check() (warningList []string, errorList []error)
func (HubKubeconfigCheck) Name ¶
func (c HubKubeconfigCheck) Name() string
Click to show internal directories.
Click to hide internal directories.