Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cluster/gce/gci/apiserver_etcd_test.go

    			}
    
    			for _, f := range tc.dontWant {
    				if strings.Contains(execArgs, f) {
    					t.Fatalf("Got %q, but it was not expected it to contain %q", execArgs, f)
    				}
    			}
    		})
    	}
    }
    
    func TestTLSFlags(t *testing.T) {
    	testCases := []struct {
    		desc string
    		env  kubeAPIServeETCDEnv
    		want []string
    	}{
    		{
    			desc: "mTLS enabled",
    			env: kubeAPIServeETCDEnv{
    				CAKey:             "CAKey",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 18 11:14:24 UTC 2021
    - 5.6K bytes
    - Viewed (0)
Back to top