Documentation ¶
Index ¶
Constants ¶
View Source
const RequeueAfter = time.Minute * 3
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ComponentHandler ¶
type ComponentHandler struct { Component *conurev1alpha1.Component Reconciler *ComponentReconciler Ctx context.Context Logger logr.Logger // contains filtered or unexported fields }
func NewComponentHandler ¶
func NewComponentHandler(ctx context.Context, component *conurev1alpha1.Component, reconciler *ComponentReconciler) *ComponentHandler
func (*ComponentHandler) GetConditionReady ¶
func (c *ComponentHandler) GetConditionReady() *metav1.Condition
func (*ComponentHandler) ReconcileDeployedObjects ¶
func (c *ComponentHandler) ReconcileDeployedObjects() error
func (*ComponentHandler) RenderComponent ¶
func (c *ComponentHandler) RenderComponent() error
type ComponentReconciler ¶
func (*ComponentReconciler) SetupWithManager ¶
func (r *ComponentReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.