Documentation ¶
Index ¶
Constants ¶
View Source
const RequeueEventReason = "Requeue"
RequeueEventReason The name of the requeue event
Variables ¶
This section is empty.
Functions ¶
func NewRequeueHandler ¶
func NewRequeueHandler(clientSet ecosystemInterface, recorder record.EventRecorder, namespace string) *defaultRequeueHandler
NewRequeueHandler creates a new component requeue handler.
Types ¶
type GenericRequeueableError ¶
func (*GenericRequeueableError) Error ¶
func (gre *GenericRequeueableError) Error() string
Error returns the string representation of the wrapped error.
func (*GenericRequeueableError) GetRequeueTime ¶
func (gre *GenericRequeueableError) GetRequeueTime(requeueTimeNanos time.Duration) time.Duration
GetRequeueTime returns the time until the component should be requeued.
type RestoreV1Alpha1Interface ¶
type RestoreV1Alpha1Interface interface { ecosystem.V1Alpha1Interface }
Click to show internal directories.
Click to hide internal directories.