package job
import "k8s.io/kubernetes/pkg/controller/job"
Package job contains logic for watching and synchronizing jobs.
Index ¶
Functions ¶
func IsJobFinished ¶
Types ¶
type JobController ¶
type JobController struct {
// contains filtered or unexported fields
}
func NewJobController ¶
func NewJobController(podInformer cache.SharedIndexInformer, jobInformer informers.JobInformer, kubeClient clientset.Interface) *JobController
func (*JobController) Run ¶
func (jm *JobController) Run(workers int, stopCh <-chan struct{})
Run the main goroutine responsible for watching and syncing jobs.
Source Files ¶
doc.go jobcontroller.go utils.go
- Version
- v1.5.6
- Published
- Mar 28, 2017
- Platform
- darwin/amd64
- Imports
- 21 packages
- Last checked
- 2 minutes ago –
Tools for package owners.