Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for emptyConfiguration (0.31 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/grpc_service_unix_test.go

    	// Start a test gRPC server.
    	_ = mock.NewBase64Plugin(t, newEndpoint().path)
    
    	ctx := testContext(t)
    
    	invalidConfigs := []struct {
    		name     string
    		endpoint string
    	}{
    		{"emptyConfiguration", ""},
    		{"invalidScheme", "tcp://localhost:6060"},
    	}
    
    	for _, testCase := range invalidConfigs {
    		t.Run(testCase.name, func(t *testing.T) {
    			_, err := NewGRPCService(ctx, testCase.endpoint, 1*time.Second)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 29 05:36:41 UTC 2023
    - 10K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2/grpc_service_unix_test.go

    	// Start a test gRPC server.
    	_ = mock.NewBase64Plugin(t, newEndpoint().path)
    
    	ctx := testContext(t)
    
    	invalidConfigs := []struct {
    		name     string
    		endpoint string
    	}{
    		{"emptyConfiguration", ""},
    		{"invalidScheme", "tcp://localhost:6060"},
    	}
    
    	for _, testCase := range invalidConfigs {
    		t.Run(testCase.name, func(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 19:25:52 UTC 2023
    - 12.7K bytes
    - Viewed (0)
Back to top