Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Wrapper ¶
type Wrapper interface {
SetFile(filePath string, contents []byte, mode int, base64 bool, user *string, group *string)
ChangeMountPath(mountPath string)
AsJson() ([]byte, error)
AsMap() (map[string]interface{}, error)
AsIgnitionConfig() config_latest_types.Config
Merge(parent config_latest_types.Config) config_latest_types.Config
}
func NewWrapper ¶
func NewWrapperFromIgnition ¶ added in v0.4.0
func NewWrapperFromIgnition(ign config_latest_types.Config) Wrapper
func NewWrapperFromJson ¶ added in v0.4.0
Click to show internal directories.
Click to hide internal directories.