Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Test_validateCredentialProviderConfig (0.48 sec)

  1. pkg/credentialprovider/plugin/config_test.go

    				t.Logf("actual auth config: %#v", authConfig)
    				t.Logf("expected auth config: %#v", testcase.config)
    				t.Error("credential provider config did not match")
    			}
    		})
    	}
    }
    
    func Test_validateCredentialProviderConfig(t *testing.T) {
    	testcases := []struct {
    		name      string
    		config    *kubeletconfig.CredentialProviderConfig
    		shouldErr bool
    	}{
    		{
    			name:      "no providers provided",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 09 14:24:11 UTC 2023
    - 14.2K bytes
    - Viewed (0)
Back to top