applicationfailover

package
v1.9.0 Latest Latest
Warning

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

Go to latest
Published: Feb 29, 2024 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

View Source
const CRBApplicationFailoverControllerName = "cluster-resource-binding-application-failover-controller"

CRBApplicationFailoverControllerName is the controller name that will be used when reporting events.

View Source
const RBApplicationFailoverControllerName = "resource-binding-application-failover-controller"

RBApplicationFailoverControllerName is the controller name that will be used when reporting events.

Variables

This section is empty.

Functions

This section is empty.

Types

type CRBApplicationFailoverController

type CRBApplicationFailoverController struct {
	client.Client
	EventRecorder      record.EventRecorder
	RateLimiterOptions ratelimiterflag.Options

	ResourceInterpreter resourceinterpreter.ResourceInterpreter
	// contains filtered or unexported fields
}

CRBApplicationFailoverController is to sync ClusterResourceBinding's application failover behavior.

func (*CRBApplicationFailoverController) Reconcile

Reconcile 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.

func (*CRBApplicationFailoverController) SetupWithManager

SetupWithManager creates a controller and register to controller manager.

type RBApplicationFailoverController

type RBApplicationFailoverController struct {
	client.Client
	EventRecorder      record.EventRecorder
	RateLimiterOptions ratelimiterflag.Options

	ResourceInterpreter resourceinterpreter.ResourceInterpreter
	// contains filtered or unexported fields
}

RBApplicationFailoverController is to sync ResourceBinding's application failover behavior.

func (*RBApplicationFailoverController) Reconcile

Reconcile 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.

func (*RBApplicationFailoverController) SetupWithManager

SetupWithManager creates a controller and register to controller manager.

Jump to

Keyboard shortcuts

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