Skip to content

Commit 1442adb

Browse files
committed
update casing
Signed-off-by: Rita Zhang <[email protected]>
1 parent 4f265c3 commit 1442adb

File tree

1 file changed

+2
-2
lines changed
  • keps/sig-auth/3299-kms-v2-improvements

1 file changed

+2
-2
lines changed

keps/sig-auth/3299-kms-v2-improvements/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ index d7d68d2584d..84c1fa6546f 100644
128128
+++ b/staging/src/k8s.io/apiserver/pkg/apis/config/v1/types.go
129129
@@ -98,3 +99,10 @@ type KMSConfiguration struct {
130130
+ // apiversion of KeyManagementService
131-
+ APIVersion string `json:"apiversion"`
131+
+ APIVersion string `json:"apiVersion"`
132132
```
133133

134134
Support key hierarchy in KMS plugin that generates local KEK and add v2alpha1 `KeyManagementService` proto service contract in Kubernetes to include `key_id`, `annotations`, and `status`.
@@ -207,7 +207,7 @@ The last byte represents the encoding style, with 0 meaning that the rest of the
207207
type EncryptedObject struct {
208208
TypeMeta `json:",inline" protobuf:"bytes,1,opt,name=typeMeta"`
209209

210-
KeyId string `protobuf:"bytes,2,opt,name=keyId"`
210+
KeyID string `protobuf:"bytes,2,opt,name=keyID"`
211211

212212
PluginName string `protobuf:"bytes,3,opt,name=pluginName"`
213213

0 commit comments

Comments
 (0)