Documentation ¶
Index ¶
- Constants
- type CalculateMinK8sVersion
- type CheckDesiredK8sVersion
- type ClusterPreCheckModule
- type DependencyCheck
- type GetAllNodesK8sVersion
- type GetKubeConfig
- type GetKubernetesNodesStatus
- type GreetingsModule
- type GreetingsTask
- type KsVersionCheck
- type KubeSphereExist
- type NodePreCheck
- type NodePreCheckModule
Constants ¶
View Source
const (
UnknownVersion = "UnknownVersion"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CalculateMinK8sVersion ¶
type CalculateMinK8sVersion struct {
common.KubeAction
}
type CheckDesiredK8sVersion ¶
type CheckDesiredK8sVersion struct {
common.KubeAction
}
type ClusterPreCheckModule ¶
type ClusterPreCheckModule struct { common.KubeModule SkipDependencyCheck bool }
func (*ClusterPreCheckModule) Init ¶
func (c *ClusterPreCheckModule) Init()
type DependencyCheck ¶
type DependencyCheck struct {
common.KubeAction
}
type GetAllNodesK8sVersion ¶
type GetAllNodesK8sVersion struct {
common.KubeAction
}
type GetKubeConfig ¶
type GetKubeConfig struct {
common.KubeAction
}
type GetKubernetesNodesStatus ¶
type GetKubernetesNodesStatus struct {
common.KubeAction
}
type GreetingsModule ¶
type GreetingsModule struct {
module.BaseTaskModule
}
func (*GreetingsModule) Init ¶
func (h *GreetingsModule) Init()
type GreetingsTask ¶
type GreetingsTask struct {
action.BaseAction
}
type KsVersionCheck ¶
type KsVersionCheck struct {
common.KubeAction
}
type KubeSphereExist ¶
type KubeSphereExist struct {
common.KubePrepare
}
type NodePreCheck ¶
type NodePreCheck struct {
common.KubeAction
}
type NodePreCheckModule ¶
type NodePreCheckModule struct { common.KubeModule Skip bool }
func (*NodePreCheckModule) Init ¶
func (n *NodePreCheckModule) Init()
func (*NodePreCheckModule) IsSkip ¶
func (n *NodePreCheckModule) IsSkip() bool
Click to show internal directories.
Click to hide internal directories.