mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-19 08:54:44 +00:00
Fix golint failures in pkg/proxy
Review feedback - remove alias from imports fix comments
This commit is contained in:
@@ -70,7 +70,7 @@ func NewHollowProxyOrDie(
|
||||
proxierMinSyncPeriod time.Duration,
|
||||
) (*HollowProxy, error) {
|
||||
// Create proxier and service/endpoint handlers.
|
||||
var proxier proxy.ProxyProvider
|
||||
var proxier proxy.Provider
|
||||
var err error
|
||||
|
||||
if useRealProxier {
|
||||
|
Reference in New Issue
Block a user