Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NewBuiltInAuthenticationOptions (0.4 sec)

  1. pkg/kubeapiserver/options/authentication_test.go

    		},
    	}
    
    	for _, testcase := range testCases {
    		t.Run(testcase.name, func(t *testing.T) {
    			options := NewBuiltInAuthenticationOptions()
    			options.OIDC = testcase.testOIDC
    			options.ServiceAccounts = testcase.testSA
    			options.WebHook = testcase.testWebHook
    			options.AuthenticationConfigFile = testcase.testAuthenticationConfigFile
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 36.5K bytes
    - Viewed (0)
  2. pkg/controlplane/apiserver/options/options.go

    		Features:                genericoptions.NewFeatureOptions(),
    		Admission:               kubeoptions.NewAdmissionOptions(),
    		Authentication:          kubeoptions.NewBuiltInAuthenticationOptions().WithAll(),
    		Authorization:           kubeoptions.NewBuiltInAuthorizationOptions(),
    		APIEnablement:           genericoptions.NewAPIEnablementOptions(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 12:19:56 UTC 2024
    - 15.4K bytes
    - Viewed (0)
Back to top