Documentation ¶
Index ¶
- func CheckKubeSphereStatus(ctx context.Context, runtime connector.Runtime, stopChan chan string)
- func MigrateConfig2to3(v2 *ksv2.V2, v3 *ksv3.V3) (string, error)
- func MirrorRepo(kubeConf *common.KubeConf) string
- type AddInstallerConfig
- type Apply
- type Check
- type CheckResultModule
- type CleanCC
- type CleanClusterConfigurationModule
- type ConvertModule
- type ConvertV2ToV3
- type CreateNamespace
- type DeployModule
- type NotEqualDesiredVersion
- type Setup
- type VersionBelowV3
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckKubeSphereStatus ¶
func MirrorRepo ¶
Types ¶
type AddInstallerConfig ¶
type AddInstallerConfig struct {
common.KubeAction
}
type Apply ¶
type Apply struct {
common.KubeAction
}
type Check ¶
type Check struct {
common.KubeAction
}
type CheckResultModule ¶
type CheckResultModule struct { common.KubeModule Skip bool }
func (*CheckResultModule) Init ¶
func (c *CheckResultModule) Init()
func (*CheckResultModule) IsSkip ¶
func (c *CheckResultModule) IsSkip() bool
type CleanCC ¶
type CleanCC struct {
common.KubeAction
}
type CleanClusterConfigurationModule ¶
type CleanClusterConfigurationModule struct { common.KubeModule Skip bool }
func (*CleanClusterConfigurationModule) Init ¶
func (c *CleanClusterConfigurationModule) Init()
func (*CleanClusterConfigurationModule) IsSkip ¶
func (c *CleanClusterConfigurationModule) IsSkip() bool
type ConvertModule ¶
type ConvertModule struct { common.KubeModule Skip bool }
func (*ConvertModule) Init ¶
func (c *ConvertModule) Init()
func (*ConvertModule) IsSkip ¶
func (c *ConvertModule) IsSkip() bool
type ConvertV2ToV3 ¶
type ConvertV2ToV3 struct {
common.KubeAction
}
type CreateNamespace ¶
type CreateNamespace struct {
common.KubeAction
}
type DeployModule ¶
type DeployModule struct { common.KubeModule Skip bool }
func (*DeployModule) Init ¶
func (d *DeployModule) Init()
func (*DeployModule) IsSkip ¶
func (d *DeployModule) IsSkip() bool
type NotEqualDesiredVersion ¶
type NotEqualDesiredVersion struct {
common.KubePrepare
}
type Setup ¶
type Setup struct {
common.KubeAction
}
type VersionBelowV3 ¶
type VersionBelowV3 struct {
common.KubePrepare
}
Click to show internal directories.
Click to hide internal directories.