# Packages
No description provided by the author
# Functions
DecodeCheckpoint is a helper for using the apimachinery to decode serialized checkpoints.
DecodeRemoteConfigSource is a helper for using the apimachinery to decode serialized RemoteConfigSources; e.g.
EqualCheckpoints compares two Checkpoints for equality, if their underlying objects are equal, so are the Checkpoints.
EqualRemoteConfigSources is a helper for comparing remote config sources by comparing the underlying API objects for semantic equality.
NewConfigMapCheckpoint returns a Checkpoint backed by `cm`.
NewRemoteConfigSource constructs a RemoteConfigSource from a v1/NodeConfigSource object, or returns a sanitized failure reason and an error if the `source` is blatantly invalid.
# Interfaces
Checkpoint represents a local copy of a config source (payload) object.
RemoteConfigSource represents a remote config source object that can be downloaded as a Checkpoint.