package cronjob
import "k8s.io/kubernetes/pkg/controller/cronjob"
Package cronjob contains the controller for CronJob objects.
Index ¶
Functions ¶
func IsJobFinished ¶
Types ¶
type CronJobController ¶
type CronJobController struct {
// contains filtered or unexported fields
}
func NewCronJobController ¶
func NewCronJobController(kubeClient clientset.Interface) (*CronJobController, error)
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
- Version
- v1.11.0-rc.2
- Published
- Jun 25, 2018
- Platform
- js/wasm
- Imports
- 25 packages
- Last checked
- 2 minutes ago –
Tools for package owners.