Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewBase64Plugin (0.34 sec)

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

    	// Start KMS Plugin
    	_ = mock.NewBase64Plugin(t, endpoint.path)
    	t.Log("Restarted KMS Plugin")
    
    	wg2.Wait()
    
    	if encryptErr != nil {
    		t.Error(encryptErr)
    	}
    }
    
    // Normal encryption and decryption operation.
    func TestGRPCService(t *testing.T) {
    	t.Parallel()
    	// Start a test gRPC server.
    	endpoint := newEndpoint()
    	_ = mock.NewBase64Plugin(t, endpoint.path)
    
    	ctx := testContext(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