Documentation
¶
Overview ¶
Package cronjob contains the controller for CronJob objects.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CronJobController ¶
type CronJobController struct {
// contains filtered or unexported fields
}
func NewCronJobController ¶
func NewCronJobController(kubeClient clientset.Interface) *CronJobController
func NewCronJobControllerFromClient ¶
func NewCronJobControllerFromClient(kubeClient clientset.Interface) *CronJobController
func (*CronJobController) Run ¶
func (jm *CronJobController) Run(stopCh <-chan struct{})
Run the main goroutine responsible for watching and syncing jobs.
Source Files
¶
- cronjob_controller.go
- doc.go
- injection.go
- utils.go
Click to show internal directories.
Click to hide internal directories.