Documentation
¶
Index ¶
- func NewCheckInstallTask() phase.Task
- func NewHostnameTask() phase.Task
- func NewMountBPFFSTask() phase.Task
- func NewMountCgroupsTask() phase.Task
- func NewMountOverlayTask() phase.Task
- func NewMountSharedTask() phase.Task
- func NewMountSubDevicesTask() phase.Task
- func NewNetworkConfigurationTask() phase.Task
- func NewOSReleaseTask() phase.Task
- func NewSystemDirectoryTask() phase.Task
- func NewUnmountOverlayTask() phase.Task
- func NewUnmountPodMountsTask() phase.Task
- func NewUnmountSystemDisksTask(devname string) phase.Task
- func NewValidateConfigTask() phase.Task
- func NewVarDirectoriesTask() phase.Task
- type CheckInstall
- type Hostname
- type MountBPFFS
- type MountCgroups
- type MountOverlay
- type MountShared
- type MountSubDevices
- type NetworkConfiguration
- type OSRelease
- type SystemDirectory
- type UnmountOverlay
- type UnmountPodMounts
- type UnmountSystemDisks
- type ValidateConfig
- type VarDirectories
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCheckInstallTask ¶
NewCheckInstallTask initializes and returns a CheckInstall task.
func NewHostnameTask ¶
NewHostnameTask initializes and returns an Hostname task.
func NewMountBPFFSTask ¶
NewMountBPFFSTask initializes and returns an MountBPFFS task.
func NewMountCgroupsTask ¶
NewMountCgroupsTask initializes and returns an MountCgroups task.
func NewMountOverlayTask ¶
NewMountOverlayTask initializes and returns an MountOverlay task.
func NewMountSharedTask ¶
NewMountSharedTask initializes and returns an MountShared task.
func NewMountSubDevicesTask ¶
NewMountSubDevicesTask initializes and returns an MountSubDevices task.
func NewNetworkConfigurationTask ¶
NewNetworkConfigurationTask initializes and returns an NetworkConfiguration task.
func NewOSReleaseTask ¶
NewOSReleaseTask initializes and returns an OSRelease task.
func NewSystemDirectoryTask ¶
NewSystemDirectoryTask initializes and returns an SystemDirectory task.
func NewUnmountOverlayTask ¶
NewUnmountOverlayTask initializes and returns an UnmountOverlay task.
func NewUnmountPodMountsTask ¶
NewUnmountPodMountsTask initializes and returns an UnmountPodMounts task.
func NewUnmountSystemDisksTask ¶
NewUnmountSystemDisksTask initializes and returns an UnmountSystemDisks task.
func NewValidateConfigTask ¶ added in v0.3.0
NewValidateConfigTask initializes and returns a ValidateConfig task.
func NewVarDirectoriesTask ¶
NewVarDirectoriesTask initializes and returns an VarDirectories task.
Types ¶
type MountSubDevices ¶
type MountSubDevices struct{}
MountSubDevices represents the MountSubDevices task.
type NetworkConfiguration ¶
type NetworkConfiguration struct{}
NetworkConfiguration represents the NetworkConfiguration task.
type SystemDirectory ¶
type SystemDirectory struct{}
SystemDirectory represents the SystemDirectory task.
type UnmountOverlay ¶
type UnmountOverlay struct{}
UnmountOverlay represents the UnmountOverlay task.
type UnmountPodMounts ¶
type UnmountPodMounts struct{}
UnmountPodMounts represents the UnmountPodMounts task.
type UnmountSystemDisks ¶
type UnmountSystemDisks struct {
// contains filtered or unexported fields
}
UnmountSystemDisks represents the UnmountSystemDisks task.
type ValidateConfig ¶ added in v0.3.0
type ValidateConfig struct{}
ValidateConfig represents the ValidateConfig task.
type VarDirectories ¶
type VarDirectories struct{}
VarDirectories represents the VarDirectories task.