Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRequestNodeCertificateErrorCreatingCSR (0.53 sec)

  1. pkg/kubelet/certificate/bootstrap/bootstrap_test.go

    	}
    	if certData != nil {
    		t.Errorf("Got cert data, wanted nothing as there should have been an error.")
    	}
    }
    
    func TestRequestNodeCertificateErrorCreatingCSR(t *testing.T) {
    	client := newClientset(fakeClient{
    		failureType: createError,
    	})
    	privateKeyData, err := keyutil.MakeEllipticPrivateKeyPEM()
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 09 14:24:11 UTC 2023
    - 13K bytes
    - Viewed (0)
Back to top