Documentation ¶
Overview ¶
Package cronjob contains the controller for CronJob objects.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerV2 ¶ added in v1.20.0
type ControllerV2 struct {
// contains filtered or unexported fields
}
ControllerV2 is a controller for CronJobs. Refactored Cronjob controller that uses DelayingQueue and informers
func NewControllerV2 ¶ added in v1.20.0
func NewControllerV2(ctx context.Context, jobInformer batchv1informers.JobInformer, cronJobsInformer batchv1informers.CronJobInformer, kubeClient clientset.Interface) (*ControllerV2, error)
NewControllerV2 creates and initializes a new Controller.
Click to show internal directories.
Click to hide internal directories.