watch

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetupAppWatcherWithReconciler added in v0.8.0

func SetupAppWatcherWithReconciler(mgr ctrl.Manager, options controller.Options, r Controller) (err error)

func SetupWatcherForWebhook added in v0.8.0

func SetupWatcherForWebhook(mgr ctrl.Manager, certBuilder *webhook.CertificateBuilder, caCert []byte) (err error)

func SetupWatcherWithReconciler

func SetupWatcherWithReconciler(mgr ctrl.Manager, options controller.Options, r Controller) (err error)

func ShouldInQueue added in v0.8.0

func ShouldInQueue(pod *corev1.Pod) bool

Types

type Controller

type Controller interface {
	// Reconciler performs a full reconciliation for the object referred to by the Request.
	// The Controller will requeue the Request to be processed again if an error is non-nil or
	// Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
	Reconcile(context context.Context, req ctrl.Request) (ctrl.Result, error)

	// ControllerName gets the name of controller
	ControllerName() string

	// ManagedResource which is handled by controller
	ManagedResource() client.Object
}

This controller will be moved to RuntimeReconcilerInterface later

type FakePodReconciler added in v0.8.0

type FakePodReconciler struct {
}

func (*FakePodReconciler) ControllerName added in v0.8.0

func (r *FakePodReconciler) ControllerName() string

ControllerName gets the name of controller

func (*FakePodReconciler) ManagedResource added in v0.8.0

func (r *FakePodReconciler) ManagedResource() (c client.Object)

ManagedResource which is handled by controller

func (*FakePodReconciler) Reconcile added in v0.8.0

func (r *FakePodReconciler) Reconcile(context context.Context, req ctrl.Request) (result ctrl.Result, err error)

Reconcile Reconciler performs a full reconciliation for the object referred to by the Request. The Controller will requeue the Request to be processed again if an error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.

type FakeRuntimeReconciler

type FakeRuntimeReconciler struct {
}

func (*FakeRuntimeReconciler) ControllerName

func (r *FakeRuntimeReconciler) ControllerName() string

ControllerName gets the name of controller

func (*FakeRuntimeReconciler) ManagedResource

func (r *FakeRuntimeReconciler) ManagedResource() (c client.Object)

ManagedResource which is handled by controller

func (*FakeRuntimeReconciler) Reconcile

func (r *FakeRuntimeReconciler) Reconcile(context context.Context, req ctrl.Request) (result ctrl.Result, err error)

Reconciler performs a full reconciliation for the object referred to by the Request. The Controller will requeue the Request to be processed again if an error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.

Jump to

Keyboard shortcuts

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