object package - github.com/fluxcd/pkg/runtime/object - Go Packages
Package object provides helpers for interacting with GitOps Toolkit objects using unstructured types. The helpers assist in reading and writing certain attributes of the objects without converting them to their original types.
This section is empty.
var ( ErrObservedGenerationNotFound = errors.New("observed generation not found") ErrLastHandledReconcileAtNotFound = errors.New("last handled reconcile at not found") ErrRequeueIntervalNotFound = errors.New("requeue interval not found") )
GetRequeueInterval returns the spec.interval of a given runtime object, if present.
func GetStatusLastHandledReconcileAt ΒΆ
GetStatusLastHandledReconcileAt returns the status.lastHandledReconcileAt value of a given runtime object, if present.
GetStatusObservedGeneration returns the status.observedGeneration of a given runtime object.
This section is empty.