mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #87377 from gavinfish/pkg-util-netsh
Fix static check errors in pkg/util/netsh
This commit is contained in:
commit
1735f7a2b6
@ -18,7 +18,6 @@ pkg/registry/core/service/ipallocator
|
|||||||
pkg/registry/core/service/portallocator
|
pkg/registry/core/service/portallocator
|
||||||
pkg/registry/core/service/storage
|
pkg/registry/core/service/storage
|
||||||
pkg/util/coverage
|
pkg/util/coverage
|
||||||
pkg/util/netsh
|
|
||||||
pkg/volume
|
pkg/volume
|
||||||
pkg/volume/azure_dd
|
pkg/volume/azure_dd
|
||||||
pkg/volume/azure_file
|
pkg/volume/azure_file
|
||||||
|
@ -21,7 +21,6 @@ import (
|
|||||||
"net"
|
"net"
|
||||||
"os"
|
"os"
|
||||||
"strings"
|
"strings"
|
||||||
"sync"
|
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"k8s.io/klog"
|
"k8s.io/klog"
|
||||||
@ -54,7 +53,6 @@ const (
|
|||||||
|
|
||||||
// runner implements Interface in terms of exec("netsh").
|
// runner implements Interface in terms of exec("netsh").
|
||||||
type runner struct {
|
type runner struct {
|
||||||
mu sync.Mutex
|
|
||||||
exec utilexec.Interface
|
exec utilexec.Interface
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user