kubernetesk8s.io/kubernetes/pkg/controller/cronjob Index | Files

package cronjob

import "k8s.io/kubernetes/pkg/controller/cronjob"

Package cronjob contains the controller for CronJob objects.

Index

Functions

func IsJobFinished

func IsJobFinished(j *batchv1.Job) bool

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.8
Published
Oct 5, 2017
Platform
js/wasm
Imports
27 packages
Last checked
1 minute ago

Tools for package owners.