Documentation ¶
Index ¶
- func ReadBuildDisk(b *v1.BuildConfig, flags *pflag.FlagSet) (*v1.DiskSpec, error)
- func ReadBuildISO(b *v1.BuildConfig, flags *pflag.FlagSet) (*v1.LiveISO, error)
- func ReadConfigBuild(configDir string, flags *pflag.FlagSet, mounter v1.Mounter) (*v1.BuildConfig, error)
- func ReadConfigRun(configDir string, flags *pflag.FlagSet, mounter v1.Mounter) (*v1.RunConfig, error)
- func ReadInitSpec(r *v1.RunConfig, flags *pflag.FlagSet) (*v1.InitSpec, error)
- func ReadInstallSpec(r *v1.RunConfig, flags *pflag.FlagSet) (*v1.InstallSpec, error)
- func ReadMountSpec(r *v1.RunConfig, flags *pflag.FlagSet) (*v1.MountSpec, error)
- func ReadResetSpec(r *v1.RunConfig, flags *pflag.FlagSet) (*v1.ResetSpec, error)
- func ReadUpgradeSpec(r *v1.RunConfig, flags *pflag.FlagSet) (*v1.UpgradeSpec, error)
- func UnmarshalerHook() mapstructure.DecodeHookFunc
- type Unmarshaler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadBuildDisk ¶ added in v1.1.0
func ReadBuildISO ¶
func ReadConfigBuild ¶
func ReadConfigRun ¶
func ReadInstallSpec ¶
func ReadMountSpec ¶ added in v1.2.0
func ReadResetSpec ¶
func ReadUpgradeSpec ¶
func UnmarshalerHook ¶
func UnmarshalerHook() mapstructure.DecodeHookFunc
Types ¶
type Unmarshaler ¶
Click to show internal directories.
Click to hide internal directories.