Documentation ¶
Overview ¶
Package cronjobber contains the controller for TZCronJob objects.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsJobFinished ¶
Types ¶
type TZCronJobController ¶
type TZCronJobController struct {
// contains filtered or unexported fields
}
func NewTZCronJobController ¶
func NewTZCronJobController(kubeClient clientset.Interface, cronjobberClient cronjobberclientset.Interface, cronjobberInformer cronjobberinformers.TZCronJobInformer, logger *zap.SugaredLogger) (*TZCronJobController, error)
func (*TZCronJobController) Run ¶
func (jm *TZCronJobController) Run(stopCh <-chan struct{})
Run the main goroutine responsible for watching and syncing jobs.
Click to show internal directories.
Click to hide internal directories.