Documentation ¶
Index ¶
Constants ¶
View Source
const (
DefaultFetchTimeout = 2 * time.Minute
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigFetcher ¶ added in v2.14.0
func (*ConfigFetcher) RenderConfig ¶ added in v2.14.0
RenderConfig evaluates "ignition.config.replace" and "ignition.config.merge" in the given config and returns the result. If "ignition.config.replace" is set, the referenced and evaluted config will be returned. Otherwise, if "ignition.config.merge" is set, each of the referenced configs will be evaluated and merged into the provided config. If neither option is set, the provided config will be returned unmodified. An updated fetcher will be returned with any new timeouts set.
Click to show internal directories.
Click to hide internal directories.