Versions in this module Expand all Collapse all v1 v1.10.0 Mar 17, 2026 Changes in this version + func IsNoRequeueError(err error) bool + func IsNoRequeueNoError(err error) bool + func IsRequeueError(err error) bool + func NoRequeueNoErr(msg string) error + func ResultFromError(err error) (ctrl.Result, error) + func WatchVMICacheIfNotReady(err error, obj metav1.Object) bool + type NoRequeueError struct + DoNotErr bool + Message string + func (e NoRequeueError) Error() string + type RequeueError struct + After time.Duration + Message string + func (e RequeueError) Error() string + type VMICacheNotReadyError struct + DatacenterID string + DatastoreID string + Message string + Name string + func (e VMICacheNotReadyError) Error() string v1.9.0-p01 Aug 14, 2025