Versions in this module Expand all Collapse all v0 v0.23.0 Mar 13, 2018 Changes in this version + var ErrCloudConfig = errors.New("not a config (found coreos-cloudconfig)") + var ErrCompressionInvalid = errors.New("invalid compression method") + var ErrDeprecated = errors.New("config format deprecated") + var ErrEmpty = errors.New("not a config (empty)") + var ErrInvalid = errors.New("config is not valid") + var ErrScript = errors.New("not a config (found coreos-cloudinit script)") + var ErrUnknownVersion = errors.New("unsupported config version") + var ErrVersion = errors.New("incorrect config version")