controller

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2023 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetupMetrics

func SetupMetrics(m *WatcherManager) error

Types

type CRDReconciler

type CRDReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

CRDReconciler reconciles a Pod object

func (*CRDReconciler) Reconcile

func (r *CRDReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the Pod object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

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

func (*CRDReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type ResourceWatcher

type ResourceWatcher struct {
}

type WatcherManager

type WatcherManager struct {
	// contains filtered or unexported fields
}

func NewWatcherManager

func NewWatcherManager(logger logr.Logger, kubeClient *client.KubeClient, cfg *config.Config) *WatcherManager

func (*WatcherManager) Collect

func (m *WatcherManager) Collect(ch chan<- prometheus.Metric)

func (*WatcherManager) Describe

func (m *WatcherManager) Describe(ch chan<- *prometheus.Desc)

func (*WatcherManager) Start

func (m *WatcherManager) Start(ctx context.Context) error

Jump to

Keyboard shortcuts

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