From 05013135b4c2a3ba26f02607cc01566bbd0db530 Mon Sep 17 00:00:00 2001 From: zqm19941101 Date: Tue, 30 Oct 2018 19:27:36 +0800 Subject: [PATCH] fix typo --- test/integration/master/kms_transformation_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/master/kms_transformation_test.go b/test/integration/master/kms_transformation_test.go index 4a08d0408bf..df7a70bd314 100644 --- a/test/integration/master/kms_transformation_test.go +++ b/test/integration/master/kms_transformation_test.go @@ -72,7 +72,7 @@ func (r rawDEKKEKSecret) getPayload() []byte { return r[r.getStartOfPayload():] } -// TestKMSProvider is an integration test between KubAPI, ETCD and KMS Plugin +// TestKMSProvider is an integration test between KubeAPI, ETCD and KMS Plugin // Concretely, this test verifies the following integration contracts: // 1. Raw records in ETCD that were processed by KMS Provider should be prefixed with k8s:enc:kms:v1:grpc-kms-provider-name: // 2. Data Encryption Key (DEK) should be generated by envelopeTransformer and passed to KMS gRPC Plugin