Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestToAuthenticationConfig (0.16 sec)

  1. pkg/kubeapiserver/options/authentication_test.go

    			}
    			if len(errs) == 0 && len(testcase.expectErr) != 0 {
    				t.Errorf("Got err nil, Expected err: %s", testcase.expectErr)
    			}
    		})
    	}
    }
    
    func TestToAuthenticationConfig(t *testing.T) {
    	testOptions := &BuiltInAuthenticationOptions{
    		Anonymous: &AnonymousAuthenticationOptions{
    			Allow: false,
    		},
    		ClientCert: &apiserveroptions.ClientCertAuthenticationOptions{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 36.5K bytes
    - Viewed (0)
Back to top