kpis

package
v0.0.0-...-eed02e1 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2026 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

type Controller struct {
	// Kubernetes client to manage/fetch resources.
	client.Client
	// The scheduling domain to scope resources to.
	SchedulingDomain v1alpha1.SchedulingDomain
	// contains filtered or unexported fields
}

The kpi controller checks the status of kpi dependencies and populates the kpi status accordingly.

func (*Controller) InitAllKPIs

func (c *Controller) InitAllKPIs(ctx context.Context) error

Handle the startup of the manager and initialize the kpis to be used.

func (*Controller) Reconcile

func (c *Controller) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

This loop will be called by the controller-runtime for each kpi resource that needs to be reconciled.

func (*Controller) SetupWithManager

func (c *Controller) SetupWithManager(mgr manager.Manager, mcl *multicluster.Client) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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