Modify to upper case variable name from lower case for unit tests

This commit is contained in:
bells17
2020-02-20 23:13:12 +09:00
parent dd390a3e38
commit 8e9680affd
3 changed files with 24 additions and 24 deletions

View File

@@ -62,10 +62,10 @@ var class5Parameters = map[string]string{
}
var class6Parameters = map[string]string{
"csi.storage.k8s.io/snapshotter-secret-name": "secret",
"csi.storage.k8s.io/snapshotter-secret-namespace": "default",
"csi.storage.k8s.io/snapshotter-list-secret-name": "secret",
"csi.storage.k8s.io/snapshotter-list-secret-namespace": "default",
utils.PrefixedSnapshotterSecretNameKey: "secret",
utils.PrefixedSnapshotterSecretNamespaceKey: "default",
utils.PrefixedSnapshotterListSecretNameKey: "secret",
utils.PrefixedSnapshotterListSecretNamespaceKey: "default",
}
var snapshotClasses = []*crdv1.VolumeSnapshotClass{