Documentation
¶
Index ¶
- Constants
- type CritControlPlaneReconciler
- func (r *CritControlPlaneReconciler) ClusterToCritControlPlane(o handler.MapObject) []ctrl.Request
- func (r *CritControlPlaneReconciler) Reconcile(req ctrl.Request) (res ctrl.Result, reterr error)
- func (r *CritControlPlaneReconciler) SetupWithManager(mgr ctrl.Manager, options controller.Options) error
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) SetupWithManager ¶
func (r *CritControlPlaneReconciler) SetupWithManager(mgr ctrl.Manager, options controller.Options) error
Click to show internal directories.
Click to hide internal directories.