Versions in this module Expand all Collapse all v0 v0.12.0 Apr 11, 2018 v0.8.0 Apr 11, 2018 Changes in this version + type HandleFnProvider func(workqueue.RateLimitingInterface) cache.ResourceEventHandler + type ReconcileFn func(ReconcileKey) error + type ReconcileKey struct + Name string + Namespace string + func ParseReconcileKey(key string) (ReconcileKey, error) + func (r ReconcileKey) String() string