Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for thresholdsMetGracePeriod (0.27 sec)

  1. pkg/kubelet/eviction/helpers_test.go

    				softThreshold: oldTime.Time,
    			},
    			now:    now.Time,
    			result: []evictionapi.Threshold{softThreshold},
    		},
    	}
    	for testName, testCase := range testCases {
    		actual := thresholdsMetGracePeriod(testCase.observedAt, now.Time)
    		if !thresholdList(actual).Equal(thresholdList(testCase.result)) {
    			t.Errorf("Test case: %s, expected: %v, actual: %v", testName, testCase.result, actual)
    		}
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 106.7K bytes
    - Viewed (0)
Back to top