kubernetes/pkg/apis/batch/validation/validation_test.go

var timeZoneEmpty

var timeZoneLocal

var timeZoneUTC

var timeZoneCorrect

var timeZoneBadPrefix

var timeZoneBadSuffix

var timeZoneBadName

var timeZoneEmptySpace

var ignoreErrValueDetail

func getValidManualSelector() *metav1.LabelSelector {}

func getValidPodTemplateSpecForManual(selector *metav1.LabelSelector) api.PodTemplateSpec {}

func getValidGeneratedSelector() *metav1.LabelSelector {}

func getValidPodTemplateSpecForGenerated(selector *metav1.LabelSelector) api.PodTemplateSpec {}

func TestValidateJob(t *testing.T) {}

func TestValidateJobUpdate(t *testing.T) {}

func TestValidateJobUpdateStatus(t *testing.T) {}

func TestValidateCronJob(t *testing.T) {}

func TestValidateCronJobScheduleTZ(t *testing.T) {}

func TestValidateCronJobSpec(t *testing.T) {}

func TestTimeZones(t *testing.T) {}

func TestValidateIndexesString(t *testing.T) {}

func TestValidateFailedIndexesNotOverlapCompleted(t *testing.T) {}