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 03a99c5 + f19f4e4 commit 1735f7aCopy full SHA for 1735f7a
hack/.staticcheck_failures
@@ -18,7 +18,6 @@ pkg/registry/core/service/ipallocator
18
pkg/registry/core/service/portallocator
19
pkg/registry/core/service/storage
20
pkg/util/coverage
21
-pkg/util/netsh
22
pkg/volume
23
pkg/volume/azure_dd
24
pkg/volume/azure_file
pkg/util/netsh/netsh.go
@@ -21,7 +21,6 @@ import (
"net"
"os"
"strings"
- "sync"
25
"time"
26
27
"k8s.io/klog"
@@ -54,7 +53,6 @@ const (
54
53
55
// runner implements Interface in terms of exec("netsh").
56
type runner struct {
57
- mu sync.Mutex
58
exec utilexec.Interface
59
}
60
0 commit comments