mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 15:13:08 +00:00
vsphere: adapt to govmomi bump
Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user