Documentation ¶
Index ¶
Constants ¶
View Source
const (
InstallIgnitionPath = "ignition/install/config.ign"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BootstrapIgnition ¶
BootstrapIgnition generates the bootstrap ignition file for the recovery ISO
func (*BootstrapIgnition) Dependencies ¶
func (i *BootstrapIgnition) Dependencies() []asset.Asset
Dependencies returns dependencies used by the asset.
func (*BootstrapIgnition) Name ¶
func (i *BootstrapIgnition) Name() string
Name returns the human-friendly name of the asset.
type DeployIgnition ¶
func (*DeployIgnition) Dependencies ¶
func (i *DeployIgnition) Dependencies() []asset.Asset
Dependencies returns dependencies used by the asset.
func (*DeployIgnition) Name ¶
func (i *DeployIgnition) Name() string
Name returns the human-friendly name of the asset.
type InstallIgnition ¶
InstallIgnition generates the ignition file for cluster installation phase
func (*InstallIgnition) Dependencies ¶
func (i *InstallIgnition) Dependencies() []asset.Asset
Dependencies returns dependencies used by the asset.
func (*InstallIgnition) Name ¶
func (i *InstallIgnition) Name() string
Name returns the human-friendly name of the asset.
func (*InstallIgnition) PersistToFile ¶
func (i *InstallIgnition) PersistToFile(directory string) error
type RecoveryIgnition ¶
RecoveryIgnition generates the custom ignition file for the recovery ISO
func (*RecoveryIgnition) Dependencies ¶
func (i *RecoveryIgnition) Dependencies() []asset.Asset
Dependencies returns dependencies used by the asset.
func (*RecoveryIgnition) Name ¶
func (i *RecoveryIgnition) Name() string
Name returns the human-friendly name of the asset.
Click to show internal directories.
Click to hide internal directories.