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 coreinformers.PodInformer, jobInformer batchinformers.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.7.8
- Published
- Oct 5, 2017
- Platform
- js/wasm
- Imports
- 26 packages
- Last checked
- 27 seconds ago –
Tools for package owners.