Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 91 of 91 for updateStats (0.3 sec)

  1. pkg/controller/job/job_controller_test.go

    	job.Status.Conditions = append(job.Status.Conditions, batch.JobCondition{
    		Type:   batch.JobComplete,
    		Status: v1.ConditionTrue,
    	})
    	_, err = clientset.BatchV1().Jobs(job.GetNamespace()).UpdateStatus(ctx, job, metav1.UpdateOptions{})
    	if err != nil {
    		t.Fatalf("Updating job status: %v", err)
    	}
    
    	// Verify the pod finalizer is removed for a finished Job,
    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