Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetObjectTTLFunc ¶
type GetObjectTTLFunc func() (time.Duration, bool)
func GetObjectTTLFromNodeFunc ¶
func GetObjectTTLFromNodeFunc(getNode func() (*v1.Node, error)) GetObjectTTLFunc
type Manager ¶
type Manager interface {
// Get configmap by configmap namespace and name.
GetConfigMap(namespace, name string) (*v1.ConfigMap, error)
// RegisterPod registers all configmaps from a given pod.
RegisterPod(pod *v1.Pod)
// UnregisterPod unregisters configmaps from a given pod that are not
// used by any other registered pod.
UnregisterPod(pod *v1.Pod)
}
func NewCachingConfigMapManager ¶
func NewCachingConfigMapManager(kubeClient clientset.Interface, getTTL GetObjectTTLFunc) Manager
func NewFakeManager ¶
func NewFakeManager() Manager
func NewSimpleConfigMapManager ¶
func NewSimpleConfigMapManager(kubeClient clientset.Interface) Manager
Click to show internal directories.
Click to hide internal directories.