mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-15 20:37:39 +00:00
fix some golint failures of pkg/kubelet
This commit is contained in:
@@ -19,9 +19,11 @@ package kubelet
|
||||
import "errors"
|
||||
|
||||
const (
|
||||
// NetworkNotReadyErrorMsg is used to describe the error that network is not ready
|
||||
NetworkNotReadyErrorMsg = "network is not ready"
|
||||
)
|
||||
|
||||
var (
|
||||
// ErrNetworkUnknown indicates the network state is unknown
|
||||
ErrNetworkUnknown = errors.New("network state unknown")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user