Versions in this module Expand all Collapse all v0 v0.0.1 Apr 22, 2022 Changes in this version + var ErrLastHandledReconcileAtNotFound = errors.New("last handled reconcile at not found") + var ErrObservedGenerationNotFound = errors.New("observed generation not found") + var ErrRequeueIntervalNotFound = errors.New("requeue interval not found") + func GetRequeueInterval(obj runtime.Object) (time.Duration, error) + func GetStatusLastHandledReconcileAt(obj runtime.Object) (string, error) + func GetStatusObservedGeneration(obj runtime.Object) (int64, error) + func SetStatusLastHandledReconcileAt(obj runtime.Object, val string) error