Fix dependencies
This commit is contained in:
3
vendor/k8s.io/client-go/rest/transport.go
generated
vendored
3
vendor/k8s.io/client-go/rest/transport.go
generated
vendored
@ -85,8 +85,7 @@ func (c *Config) TransportConfig() (*transport.Config, error) {
|
||||
Groups: c.Impersonate.Groups,
|
||||
Extra: c.Impersonate.Extra,
|
||||
},
|
||||
Dial: c.Dial,
|
||||
Proxy: c.Proxy,
|
||||
Dial: c.Dial,
|
||||
}
|
||||
|
||||
if c.ExecProvider != nil && c.AuthProvider != nil {
|
||||
|
Reference in New Issue
Block a user