Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestHealthy (0.15 sec)

  1. pkg/kubelet/pleg/generic_test.go

    	pleg.Relist()
    	actualStatus, actualErr := pleg.cache.Get(pods[0].ID)
    	assert.Equal(t, &kubecontainer.PodStatus{ID: pods[0].ID}, actualStatus)
    	assert.Equal(t, nil, actualErr)
    }
    
    func TestHealthy(t *testing.T) {
    	testPleg := newTestGenericPLEG()
    
    	// pleg should initially be unhealthy
    	pleg, _, clock := testPleg.pleg, testPleg.runtime, testPleg.clock
    	ok, _ := pleg.Healthy()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 24.8K bytes
    - Viewed (0)
Back to top