Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestThresholdsMet (0.14 sec)

  1. pkg/kubelet/eviction/helpers_test.go

    		}
    		if *podStats.Memory.WorkingSetBytes != podWorkingSetBytes {
    			t.Errorf("Pod working set expected %v, actual: %v", podWorkingSetBytes, *podStats.Memory.WorkingSetBytes)
    		}
    	}
    }
    
    func TestThresholdsMet(t *testing.T) {
    	hardThreshold := evictionapi.Threshold{
    		Signal:   evictionapi.SignalMemoryAvailable,
    		Operator: evictionapi.OpLessThan,
    		Value: evictionapi.ThresholdValue{
    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