Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for JobSuspended (0.21 sec)

  1. pkg/controller/job/util/utils_test.go

    			},
    			wantJobFinished:   false,
    			wantConditionType: "",
    		},
    		"Job has multiple conditions, one of them being complete and condition true": {
    			conditions: []batch.JobCondition{
    				{
    					Type:   batch.JobSuspended,
    					Status: v1.ConditionFalse,
    				},
    				{
    					Type:   batch.JobComplete,
    					Status: v1.ConditionTrue,
    				},
    				{
    					Type:   batch.JobFailed,
    					Status: v1.ConditionFalse,
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 09:27:46 UTC 2024
    - 4.7K bytes
    - Viewed (0)
Back to top