mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-08 16:30:57 -04:00
vsphere: adapt to govmomi bump
Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
This commit is contained in:
parent
ecf1a9de96
commit
3c8bc1c92f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue