Versions in this module Expand all Collapse all v1 v1.16.3 Nov 9, 2022 Changes in this version + func EqualRemoteConfigSources(a, b RemoteConfigSource) bool + type Payload interface + Files func() map[string]string + ResourceVersion func() string + UID func() string + func NewConfigMapPayload(cm *apiv1.ConfigMap) (Payload, error) + type RemoteConfigSource interface + APIPath func() string + Download func(client clientset.Interface, store cache.Store) (Payload, string, error) + Encode func() ([]byte, error) + Informer func(client clientset.Interface, handler cache.ResourceEventHandlerFuncs) cache.SharedInformer + KubeletFilename func() string + NodeConfigSource func() *apiv1.NodeConfigSource + ResourceVersion func() string + UID func() string + func DecodeRemoteConfigSource(data []byte) (RemoteConfigSource, error) + func NewRemoteConfigSource(source *apiv1.NodeConfigSource) (RemoteConfigSource, string, error)