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
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
- Version
- v1.7.6
- Published
- Sep 14, 2017
- Platform
- js/wasm
- Imports
- 27 packages
- Last checked
- 1 minute ago –
Tools for package owners.