Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestIsKMSv2ProviderHealthyError (0.37 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/config_test.go

    	}
    	for _, transformer := range encryptionConfiguration.Transformers {
    		return transformer
    	}
    	panic("unreachable")
    }
    
    func TestIsKMSv2ProviderHealthyError(t *testing.T) {
    	probe := &kmsv2PluginProbe{name: "testplugin"}
    
    	testCases := []struct {
    		desc           string
    		expectedErr    string
    		wantMetrics    string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 16:56:39 UTC 2024
    - 72.3K bytes
    - Viewed (0)
Back to top