Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCheckpointContainer (0.76 sec)

  1. pkg/kubelet/server/server_test.go

    	}
    	defer resp.Body.Close()
    	if resp.StatusCode != http.StatusUnprocessableEntity {
    		t.Errorf("Unexpected non-error reading container logs: %#v", resp)
    	}
    }
    
    func TestCheckpointContainer(t *testing.T) {
    	podNamespace := "other"
    	podName := "foo"
    	expectedContainerName := "baz"
    
    	setupTest := func(featureGate bool) *serverTestFramework {
    		// Enable features.ContainerCheckpoint during test
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.5K bytes
    - Viewed (0)
Back to top