# Packages
No description provided by the author
# Functions
DecodeRemoteConfigSource is a helper for using the apimachinery to decode serialized RemoteConfigSources; e.g.
EqualRemoteConfigSources is a helper for comparing remote config sources by comparing the underlying API objects for semantic equality.
NewConfigMapPayload constructs a Payload backed by a ConfigMap, which must have a non-empty UID.
NewRemoteConfigSource constructs a RemoteConfigSource from a v1/NodeConfigSource object You should only call this with a non-nil config source.
# Interfaces
Payload represents a local copy of a config source (payload) object.
RemoteConfigSource represents a remote config source object that can be downloaded as a Checkpoint.