Versions in this module Expand all Collapse all v0 v0.0.3 Oct 18, 2023 Changes in this version + func RefineDockerVersion(version string) (string, error) + type CheckFile struct + FileName string + func (c *CheckFile) Execute(runtime connector.Runtime) error + type CheckFileExistModule struct + FileName string + func (c *CheckFileExistModule) Init() + type DeleteClusterConfirmModule struct + Skip bool + func (d *DeleteClusterConfirmModule) Init() + func (d *DeleteClusterConfirmModule) IsSkip() bool + type DeleteConfirm struct + Content string + func (d *DeleteConfirm) Execute(runtime connector.Runtime) error + type DeleteNodeConfirmModule struct + Skip bool + func (d *DeleteNodeConfirmModule) Init() + func (d *DeleteNodeConfirmModule) IsSkip() bool + type InstallConfirmModule struct + Skip bool + func (i *InstallConfirmModule) Init() + func (i *InstallConfirmModule) IsSkip() bool + type InstallationConfirm struct + func (i *InstallationConfirm) Execute(runtime connector.Runtime) error + type MigrateCri struct + func (d *MigrateCri) Execute(runtime connector.Runtime) error + type MigrateCriConfirmModule struct + func (d *MigrateCriConfirmModule) Init() + type PreCheckResults struct + Ceph string + Chronyd string + Conntrack string + Containerd string + Curl string + Docker string + Ebtables string + Glusterfs string + Ipset string + Ipvsadm string + Name string + Nfs string + Openssl string + Socat string + Sudo string + Time string + type UpgradeConfirm struct + func (u *UpgradeConfirm) Execute(runtime connector.Runtime) error + type UpgradeConfirmModule struct + Skip bool + func (u *UpgradeConfirmModule) Init() + func (u *UpgradeConfirmModule) IsSkip() bool