mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
vsphere: adapt to govmomi bump
Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
This commit is contained in:
parent
fc6b19a4ba
commit
5c28fd2847
@ -165,7 +165,7 @@ func configFromSimWithTLS(tlsConfig *tls.Config, insecureAllowed bool) (VSphereC
|
||||
model.Service.ServeMux.Handle(path, handler)
|
||||
|
||||
// vAPI simulator
|
||||
paths, handler := vapi.New(s.URL, vpx.Setting)
|
||||
paths, handler := vapi.New(s.URL, simulator.Map)
|
||||
path = paths[0]
|
||||
model.Service.ServeMux.Handle(path, handler)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user