You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pkg/azurefileplugin/main.go
+2
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ var (
56
56
kubeAPIBurst=flag.Int("kube-api-burst", 50, "Burst to use while communicating with the kubernetes apiserver.")
57
57
appendNoShareSockOption=flag.Bool("append-nosharesock-option", true, "Whether appending nosharesock option to smb mount command")
58
58
skipMatchingTagCacheExpireInMinutes=flag.Int("skip-matching-tag-cache-expire-in-minutes", 30, "The cache expire time in minutes for skipMatchingTagCache")
59
+
volStatsCacheExpireInMinutes=flag.Int("vol-stats-cache-expire-in-minutes", 10, "The cache expire time in minutes for volume stats cache")
0 commit comments