reconcilergroup

package
v0.1.15 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2023 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 Group

type Group struct {
	// contains filtered or unexported fields
}

func NewGroup

func NewGroup(name string, client client.Client, scheme *runtime.Scheme, reconcilers ...ReconcilerWithEvents) *Group

func (*Group) AddToGroup

func (g *Group) AddToGroup(reconciler ReconcilerWithEvents)

func (*Group) InjectRecorder

func (g *Group) InjectRecorder(recorder record.EventRecorder)

func (*Group) Reconcile

func (g *Group) Reconcile(ctx context.Context, req reconcile.Request) (reconcile.Result, error)

type ReconcilerWithEvents

type ReconcilerWithEvents interface {
	reconcile.Reconciler
	InjectRecorder(recorder record.EventRecorder)
}

Jump to

Keyboard shortcuts

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