multiclusterservice

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2023 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

View Source
const ControllerName = "multiclusterservice-controller"

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

View Source
const LBEventReason string = "MCSLoadBalance"

LBEventReason is indicates the reason of LB event.

View Source
const MCSControllerFinalizer = "karmada.io/multi-cluster-service-controller"

MCSControllerFinalizer is added to Cluster to ensure MCSLoadBalancer is deleted before itself is deleted.

Variables

This section is empty.

Functions

This section is empty.

Types

type MCSController

type MCSController struct {
	client.Client
	InformerManager    genericmanager.SingleClusterInformerManager
	MCSLoadBalancer    multiclusterprovider.MCSLoadBalancer
	EventRecorder      record.EventRecorder
	RateLimiterOptions ratelimiterflag.Options
}

MCSController is to sync MultiClusterService.

func (*MCSController) 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 (*MCSController) SetupWithManager

func (c *MCSController) SetupWithManager(_ context.Context, mgr controllerruntime.Manager) error

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