webhook

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2021 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ReasonPatched     = "Patched"
	ReasonPatchFailed = "PatchFailed"
)

Variables

View Source
var ReconcilerSet = wire.NewSet(
	wire.Struct(new(Reconciler), "*"),
)

ReconcilerSet provides a Reconciler. nolint: gochecknoglobals

Functions

This section is empty.

Types

type Reconciler

type Reconciler struct {
	Client   client.Client
	Recorder record.EventRecorder
}

func NewReconciler

func NewReconciler(mgr manager.Manager) *Reconciler

func (*Reconciler) Reconcile

func (r *Reconciler) Reconcile(ctx context.Context, req reconcile.Request) (reconcile.Result, error)

Jump to

Keyboard shortcuts

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