Documentation
¶
Index ¶
- type ReconcilerWithTracing
- func (_d ReconcilerWithTracing) Create(ctx context.Context, obj client.Object, opts ...client.CreateOption) (err error)
- func (_d ReconcilerWithTracing) Delete(ctx context.Context, obj client.Object, opts ...client.DeleteOption) (err error)
- func (_d ReconcilerWithTracing) DeleteAllOf(ctx context.Context, obj client.Object, opts ...client.DeleteAllOfOption) (err error)
- func (_d ReconcilerWithTracing) Get(ctx context.Context, key client.ObjectKey, obj client.Object, ...) (err error)
- func (_d ReconcilerWithTracing) List(ctx context.Context, list client.ObjectList, opts ...client.ListOption) (err error)
- func (_d ReconcilerWithTracing) Patch(ctx context.Context, obj client.Object, patch client.Patch, ...) (err error)
- func (_d ReconcilerWithTracing) Reconcile(ctx context.Context, req ctrl.Request) (r1 ctrl.Result, err error)
- func (_d ReconcilerWithTracing) Update(ctx context.Context, obj client.Object, opts ...client.UpdateOption) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReconcilerWithTracing ¶
type ReconcilerWithTracing struct {
wrappers.Reconciler
// contains filtered or unexported fields
}
ReconcilerWithTracing implements wrappers.Reconciler interface instrumented with opentracing spans
func NewReconcilerWithTracing ¶
func NewReconcilerWithTracing(base wrappers.Reconciler, spanDecorator ...func(span trace.Span, params, results map[string]interface{})) ReconcilerWithTracing
NewReconcilerWithTracing returns ReconcilerWithTracing
func (ReconcilerWithTracing) Create ¶
func (_d ReconcilerWithTracing) Create(ctx context.Context, obj client.Object, opts ...client.CreateOption) (err error)
Create implements wrappers.Reconciler
func (ReconcilerWithTracing) Delete ¶
func (_d ReconcilerWithTracing) Delete(ctx context.Context, obj client.Object, opts ...client.DeleteOption) (err error)
Delete implements wrappers.Reconciler
func (ReconcilerWithTracing) DeleteAllOf ¶
func (_d ReconcilerWithTracing) DeleteAllOf(ctx context.Context, obj client.Object, opts ...client.DeleteAllOfOption) (err error)
DeleteAllOf implements wrappers.Reconciler
func (ReconcilerWithTracing) Get ¶
func (_d ReconcilerWithTracing) Get(ctx context.Context, key client.ObjectKey, obj client.Object, opts ...client.GetOption) (err error)
Get implements wrappers.Reconciler
func (ReconcilerWithTracing) List ¶
func (_d ReconcilerWithTracing) List(ctx context.Context, list client.ObjectList, opts ...client.ListOption) (err error)
List implements wrappers.Reconciler
func (ReconcilerWithTracing) Patch ¶
func (_d ReconcilerWithTracing) Patch(ctx context.Context, obj client.Object, patch client.Patch, opts ...client.PatchOption) (err error)
Patch implements wrappers.Reconciler
func (ReconcilerWithTracing) Reconcile ¶
func (_d ReconcilerWithTracing) Reconcile(ctx context.Context, req ctrl.Request) (r1 ctrl.Result, err error)
Reconcile implements wrappers.Reconciler
func (ReconcilerWithTracing) Update ¶
func (_d ReconcilerWithTracing) Update(ctx context.Context, obj client.Object, opts ...client.UpdateOption) (err error)
Update implements wrappers.Reconciler
Click to show internal directories.
Click to hide internal directories.