Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCreateWithCerts (0.19 sec)

  1. cmd/kubeadm/app/util/kubeconfig/kubeconfig_test.go

    	serverURL   string
    	caCert      []byte
    }
    
    type configClientWithCerts struct {
    	clientKey  []byte
    	clientCert []byte
    }
    
    type configClientWithToken struct {
    	token string
    }
    
    func TestCreateWithCerts(t *testing.T) {
    	var createBasicTest = []struct {
    		name        string
    		cc          configClient
    		ccWithCerts configClientWithCerts
    		expected    string
    	}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 18 06:49:59 UTC 2023
    - 13.3K bytes
    - Viewed (0)
Back to top