package
0.0.0-20191024030528-a481964b876e
Repository: https://github.com/divinerapier/learn-kubernetes.git
Documentation: pkg.go.dev

# 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.