Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for wantEtype (0.09 sec)

  1. pkg/controller/job/job_controller_test.go

    		name         string
    		haveList     []batch.JobCondition
    		wantType     batch.JobConditionType
    		wantStatus   v1.ConditionStatus
    		wantReason   string
    		expectList   []batch.JobCondition
    		expectUpdate bool
    	}{
    		{
    			name:         "append true condition",
    			haveList:     []batch.JobCondition{},
    			wantType:     batch.JobSuspended,
    			wantStatus:   v1.ConditionTrue,
    			wantReason:   "foo",
    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