Versions in this module Expand all Collapse all v1 v1.16.3 Oct 23, 2019 Changes in this version + type AttachDetachController interface + GetDesiredStateOfWorld func() cache.DesiredStateOfWorld + Run func(stopCh <-chan struct{}) + func NewAttachDetachController(kubeClient clientset.Interface, podInformer coreinformers.PodInformer, ...) (AttachDetachController, error) + type TimerConfig struct + DesiredStateOfWorldPopulatorListPodsRetryDuration time.Duration + DesiredStateOfWorldPopulatorLoopSleepPeriod time.Duration + ReconcilerLoopPeriod time.Duration + ReconcilerMaxWaitForUnmountDuration time.Duration + var DefaultTimerConfig TimerConfig = TimerConfig{ ... }