controllers

package
v0.6.8 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	ServiceDefaultSuffix     = "-failover"
	StatefulsetPodNameLabel  = "statefulset.kubernetes.io/pod-name"
	ConditionTypeReady       = "Ready"
	ConditionReasonSucceeded = "ReconciliationSucceeded"
	ConditionReasonFailed    = "ReconciliationFailed"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type FailoverServiceReconciler

type FailoverServiceReconciler struct {
	client.Client
	Scheme   *runtime.Scheme
	Interval time.Duration
}

FailoverServiceReconciler reconciles a FailoverService object

func (*FailoverServiceReconciler) Reconcile

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.13.0/pkg/reconcile

func (*FailoverServiceReconciler) SetupWithManager

func (r *FailoverServiceReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

func (*FailoverServiceReconciler) Start added in v0.3.0

Start will reconcile all FailoverServices and will start the busy loop.

Jump to

Keyboard shortcuts

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