package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev

# Packages

# Functions

NewController creates a new Job controller that keeps the relevant pods in sync with their corresponding Job objects.

# Constants

# Variables

DefaultJobApiBackOff is the default API backoff period.
DefaultJobPodFailureBackOff is the default pod failure backoff period.
MaxJobApiBackOff is the max API backoff period.
MaxJobPodFailureBackOff is the max pod failure backoff period.
MaxPodCreateDeletePerSync is the maximum number of pods that can be created or deleted in a single sync call.
MaxUncountedPods is the maximum size the slices in .status.uncountedTerminatedPods should have to keep their representation roughly below 20 KB.

# Structs

Controller ensures that all Job objects have corresponding pods to run their configured workload.