We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c4fc2e + 4a4605c commit 6ca1d18Copy full SHA for 6ca1d18
pkg/nfs/nfs.go
@@ -99,6 +99,7 @@ func NewDriver(options *DriverOptions) *Driver {
99
volStatsCacheExpireInMinutes: options.VolStatsCacheExpireInMinutes,
100
removeArchivedVolumePath: options.RemoveArchivedVolumePath,
101
useTarCommandInSnapshot: options.UseTarCommandInSnapshot,
102
+ defaultOnDeletePolicy: options.DefaultOnDeletePolicy,
103
}
104
105
n.AddControllerServiceCapabilities([]csi.ControllerServiceCapability_RPC_Type{
0 commit comments