controllers

package
v0.0.0-...-2d11c27 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2021 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// AnnotationOperatorManaged specifies that the the given resource is managed by this operator.
	AnnotationOperatorManaged = "delta.routing.andrewneudegg.com/managed"
	// AnnotationDeltaName specifies the associated name of the given delta crd.
	AnnotationDeltaName = "delta.routing.andrewneudegg.com/name"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DeltaReconciler

type DeltaReconciler struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
}

DeltaReconciler reconciles a Delta object

func (*DeltaReconciler) Reconcile

func (r *DeltaReconciler) 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 Delta 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.7.0/pkg/reconcile

func (*DeltaReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type DeploymentReconciler

type DeploymentReconciler struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
}

func (*DeploymentReconciler) Reconcile

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

Reconcile deployments that this operator may be watching.

func (*DeploymentReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

Jump to

Keyboard shortcuts

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