Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkJobCompletionLabel (0.28 sec)

  1. pkg/controller/job/job_controller_test.go

    	t.Helper()
    	gotIndexes := sets.New[int]()
    	for _, p := range control.Templates {
    		checkJobCompletionEnvVariable(t, &p.Spec, podIndexLabelDisabled)
    		if !podIndexLabelDisabled {
    			checkJobCompletionLabel(t, &p)
    		}
    		ix := getCompletionIndex(p.Annotations)
    		if ix == -1 {
    			t.Errorf("Created pod %s didn't have completion index", p.Name)
    		} else {
    			gotIndexes.Insert(ix)
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
Back to top