Versions in this module Expand all Collapse all v0 v0.0.3 Oct 18, 2023 Changes in this version + const UnknownVersion + type CalculateMinK8sVersion struct + func (g *CalculateMinK8sVersion) Execute(runtime connector.Runtime) error + type CheckDesiredK8sVersion struct + func (k *CheckDesiredK8sVersion) Execute(_ connector.Runtime) error + type ClusterPreCheckModule struct + func (c *ClusterPreCheckModule) Init() + type DependencyCheck struct + func (d *DependencyCheck) Execute(_ connector.Runtime) error + type GetAllNodesK8sVersion struct + func (g *GetAllNodesK8sVersion) Execute(runtime connector.Runtime) error + type GetKubeConfig struct + func (g *GetKubeConfig) Execute(runtime connector.Runtime) error + type GetKubernetesNodesStatus struct + func (g *GetKubernetesNodesStatus) Execute(runtime connector.Runtime) error + type GreetingsModule struct + func (h *GreetingsModule) Init() + type GreetingsTask struct + func (h *GreetingsTask) Execute(runtime connector.Runtime) error + type KsVersionCheck struct + func (k *KsVersionCheck) Execute(runtime connector.Runtime) error + type KubeSphereExist struct + func (k *KubeSphereExist) PreCheck(runtime connector.Runtime) (bool, error) + type NodePreCheck struct + func (n *NodePreCheck) Execute(runtime connector.Runtime) error + type NodePreCheckModule struct + Skip bool + func (n *NodePreCheckModule) Init() + func (n *NodePreCheckModule) IsSkip() bool