mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
vsphere: Adapt to govmomi version bumps
Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
This commit is contained in:
parent
8b064fa4be
commit
e15cdb3513
@ -165,7 +165,8 @@ func configFromSimWithTLS(tlsConfig *tls.Config, insecureAllowed bool) (VSphereC
|
||||
model.Service.ServeMux.Handle(path, handler)
|
||||
|
||||
// vAPI simulator
|
||||
path, handler = vapi.New(s.URL, vpx.Setting)
|
||||
paths, handler := vapi.New(s.URL, vpx.Setting)
|
||||
path = paths[0]
|
||||
model.Service.ServeMux.Handle(path, handler)
|
||||
|
||||
// Lookup Service simulator
|
||||
|
Loading…
Reference in New Issue
Block a user