Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewResourceResolver ¶
NewResourceResolver creates a resource resolver to find the corresponding group version resource for a given group version kind.
Types ¶
type ReconcileCronAnything ¶
type ReconcileCronAnything struct {
// contains filtered or unexported fields
}
ReconcileCronAnything reconciles a CronAnything object.
func NewCronAnythingReconciler ¶
func NewCronAnythingReconciler(mgr manager.Manager) (*ReconcileCronAnything, error)
NewCronAnythingReconciler returns a new CronAnything Reconciler.
func (*ReconcileCronAnything) Reconcile ¶
Reconcile loop for CronAnything. The CronAnything controller does not watch child reosources. To make sure the reconcile loop are triggered when a cron expression triggers, the controller uses RequeueAfter.
func (*ReconcileCronAnything) SetupWithManager ¶
func (r *ReconcileCronAnything) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager configures the reconciler.
Click to show internal directories.
Click to hide internal directories.