Versions in this module Expand all Collapse all v0 v0.0.2 Nov 7, 2025 v0.0.1 Nov 4, 2025 Changes in this version + func IgnoreCRDNotFound(err error) error + func IgnoreObjectOrCRDNotFound(err error) error + func IsCRDNotFoundError(err error) bool + func IsRemainingResourcesError(err error) bool + func NewRemainingResourcesError(requeueAfter time.Duration, objs ...client.Object) error + func NewRetryableError(err error, requeueAfter time.Duration) error + func ObjectIdentifier(obj client.Object) string + type RemainingResourcesError struct + Objects []client.Object + func (*RemainingResourcesError) Is(target error) bool + func (r *RemainingResourcesError) Error() string + type RetryableError struct + Err error + RequeueAfter time.Duration + func (*RetryableError) Is(target error) bool + func (e *RetryableError) Error() string + func (e *RetryableError) Unwrap() error