const defaultInterval …
const defaultFailureThreshold …
const defaultBootstrapRetries …
const defaultBootstrapGraceperiod …
var ErrNotReady …
var ErrDisabled …
type getFunc …
type poller …
func newPoller(get getFunc) *poller { … }
func (a *poller) lastError(err error) { … }
func (a *poller) notReady() { … }
func (a *poller) bootstrapping() { … }
func (a *poller) configuration() (runtime.Object, error) { … }
func (a *poller) setConfigurationAndReady(value runtime.Object) { … }
func (a *poller) Run(stopCh <-chan struct{ … }
func (a *poller) sync() { … }