Documentation ¶
Index ¶
- type ReconcileContext
- func (r *ReconcileContext) AddResult(result reconcile.Result, err error)
- func (r *ReconcileContext) Delete(ctx context.Context, client client.Client, object runtime.Object)
- func (r *ReconcileContext) Error() error
- func (r *ReconcileContext) NeedRequeue() bool
- func (r *ReconcileContext) PlainResult() reconcile.Result
- func (r *ReconcileContext) Process(processor func() (reconcile.Result, error))
- func (r *ReconcileContext) ProcessSimple(processor func() error)
- func (r *ReconcileContext) Result() (reconcile.Result, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReconcileContext ¶
type ReconcileContext struct {
// contains filtered or unexported fields
}
func (*ReconcileContext) AddResult ¶
func (r *ReconcileContext) AddResult(result reconcile.Result, err error)
func (*ReconcileContext) Error ¶
func (r *ReconcileContext) Error() error
func (*ReconcileContext) NeedRequeue ¶
func (r *ReconcileContext) NeedRequeue() bool
func (*ReconcileContext) PlainResult ¶
func (r *ReconcileContext) PlainResult() reconcile.Result
Returns the plain result, with no error information.
func (*ReconcileContext) Process ¶
func (r *ReconcileContext) Process(processor func() (reconcile.Result, error))
func (*ReconcileContext) ProcessSimple ¶
func (r *ReconcileContext) ProcessSimple(processor func() error)
Click to show internal directories.
Click to hide internal directories.