Pass snapshot metadata to CSI driver

This commit is contained in:
Chris Henzie
2020-09-11 15:28:45 -07:00
parent fff475cd5f
commit f705b23bbd
8 changed files with 59 additions and 24 deletions

View File

@@ -169,8 +169,10 @@ func TestRemovePrefixedCSIParams(t *testing.T) {
{
name: "all known prefixed",
params: map[string]string{
PrefixedSnapshotterSecretNameKey: "csiBar",
PrefixedSnapshotterSecretNamespaceKey: "csiBar",
PrefixedSnapshotterSecretNameKey: "csiBar",
PrefixedSnapshotterSecretNamespaceKey: "csiBar",
PrefixedSnapshotterListSecretNameKey: "csiBar",
PrefixedSnapshotterListSecretNamespaceKey: "csiBar",
},
expectedParams: map[string]string{},
},