controllers

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2020 License: Apache-2.0 Imports: 36 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// DeleteRequeueAfter is how long to wait before checking again to see if
	// all control plane machines have been deleted.
	DeleteRequeueAfter = 30 * time.Second

	// HealthCheckFailedRequeueAfter is how long to wait before trying to scale
	// up/down if some target cluster health check has failed
	HealthCheckFailedRequeueAfter = 20 * time.Second

	// DependentCertRequeueAfter is how long to wait before checking again to see if
	// dependent certificates have been created.
	DependentCertRequeueAfter = 30 * time.Second
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CritControlPlaneReconciler

type CritControlPlaneReconciler struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
	// contains filtered or unexported fields
}

CritControlPlaneReconciler reconciles a CritControlPlane object

func (*CritControlPlaneReconciler) ClusterToCritControlPlane

func (r *CritControlPlaneReconciler) ClusterToCritControlPlane(o handler.MapObject) []ctrl.Request

ClusterToCritControlPlane is a handler.ToRequestsFunc to be used to enqeue requests for reconciliation for CritControlPlane based on updates to a Cluster.

func (*CritControlPlaneReconciler) Reconcile

func (r *CritControlPlaneReconciler) Reconcile(req ctrl.Request) (res ctrl.Result, reterr error)

func (*CritControlPlaneReconciler) SetupWithManager

func (r *CritControlPlaneReconciler) SetupWithManager(mgr ctrl.Manager, options controller.Options) error

Jump to

Keyboard shortcuts

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