Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HasTrueCondition (1.92 sec)

  1. pkg/controller/job/job_controller_test.go

    					t.Errorf("Expected completion condition.  Got %#v", actual.Status.Conditions)
    				}
    			} else {
    				if cond := hasTrueCondition(actual); cond != nil {
    					t.Errorf("Got condition %s, want none", *cond)
    				}
    			}
    			if tc.expectedCondition == nil && tc.suspend && len(actual.Status.Conditions) != 0 {
    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