reconciler

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 10, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL