vmware / govmomi

Go library for the VMware vSphere API
Apache License 2.0
2.3k stars 910 forks source link

vcsim: add ExtensionManager.FindExtension method #3390

Closed dougm closed 5 months ago

dougm commented 6 months ago

d9af2a2 added simulator.ExtensionManager but did not included this method.

govc: use ExtensionManager.FindExtension when given a single KEY arg, rather than fetch the entire list.

Closes #2644