Pass snapshot metadata to CSI driver
This commit is contained in:
@@ -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{},
|
||||
},
|
||||
|
Reference in New Issue
Block a user