Versions in this module Expand all Collapse all v0 v0.0.2 Mar 2, 2021 v0.0.1 Sep 25, 2020 Changes in this version + var AnnotationLastReconcile = fmt.Sprintf("%s/last-reconcile", names.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