Documentation ¶
Index ¶
- Variables
- func CleanUpHost() error
- func RegisterSettings(config crcConfig.Schema)
- func SetupHost(config crcConfig.Storage, checkOnly bool) error
- func StartPreflightChecks(config crcConfig.Storage) error
- type Check
- type CheckFunc
- type CleanUpFunc
- type FixFunc
- type Flags
- type LabelName
- type LabelValue
Constants ¶
This section is empty.
Variables ¶
View Source
var (
None = labels{}
)
Functions ¶
func CleanUpHost ¶
func CleanUpHost() error
func RegisterSettings ¶
func StartPreflightChecks ¶
StartPreflightChecks performs the preflight checks before starting the cluster
Types ¶
type CleanUpFunc ¶ added in v1.14.0
type CleanUpFunc func() error
type LabelValue ¶ added in v1.28.0
type LabelValue uint32
const ( // os Darwin LabelValue = iota Linux Windows // network mode User System )
const ( // distro UbuntuLike LabelValue = iota + lastLabelValue Other // dns Dnsmasq SystemdResolved // systemd user session Supported Unsupported )
Click to show internal directories.
Click to hide internal directories.