Versions in this module Expand all Collapse all v0 v0.4.2 Oct 7, 2019 v0.4.1 Sep 19, 2019 Changes in this version + var AnnotationLastReconcile = fmt.Sprintf("%s/last-reconcile", apis.GroupName) + func SetLastReconcile(objectMeta *metav1.ObjectMeta, now time.Time) + type Window struct + Duration time.Duration + Start time.Time + func NewAnnotationWindow(duration time.Duration, annotations map[string]string) Window + func NewWindow(duration time.Duration, lastReconcile *metav1.Time) Window + func (w Window) Contains(now time.Time) bool