Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Add ¶
Add creates a new AdvancedCronJob Controller and adds it to the Manager with default RBAC. The Manager will set fields on the Controller and Start it when the Manager is Started.
func FindTemplateKind ¶
func FindTemplateKind(spec appsv1alpha1.AdvancedCronJobSpec) appsv1alpha1.TemplateKind
Types ¶
type Clock ¶
clock knows how to get the current time. It can be used to fake out timing for testing.
type IndexerFunc ¶
type ReconcileAdvancedCronJob ¶
type ReconcileAdvancedCronJob struct { client.Client Clock // contains filtered or unexported fields }
ReconcileAdvancedCronJob reconciles a AdvancedCronJob object
func (*ReconcileAdvancedCronJob) SetupWithManager ¶
func (r *ReconcileAdvancedCronJob) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.