Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for wantPodExpectations (0.43 sec)

  1. pkg/controller/controller_utils_test.go

    		name                      string
    		expectationsToSet         []int
    		expireExpectations        bool
    		wantPodExpectations       []int64
    		wantExpectationsSatisfied bool
    	}{
    		{
    			name:                      "Expectations have been surpassed",
    			expireExpectations:        false,
    			wantPodExpectations:       []int64{int64(-1), int64(-1)},
    			wantExpectationsSatisfied: true,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 39.4K bytes
    - Viewed (0)
Back to top