Documentation ¶ Index ¶ func Parse(rawConfig []byte) (types.Config, report.Report, error) func TranslateFromV2_1(old v2_1.Config) types.Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Parse ¶ func Parse(rawConfig []byte) (types.Config, report.Report, error) Parse parses the raw config into a types.Config struct and generates a report of any errors, warnings, info, and deprecations it encountered. Unlike config.Parse, it does not attempt to translate the config. func TranslateFromV2_1 ¶ added in v0.23.0 func TranslateFromV2_1(old v2_1.Config) types.Config Types ¶ This section is empty. Source Files ¶ View all Source files cloudinit.goconfig.gotranslate.go Directories ¶ Show internal Expand all Path Synopsis types Click to show internal directories. Click to hide internal directories.