build(deps): bump github.com/vmware/govmomi from 0.23.0 to 0.26.1
Bumps [github.com/vmware/govmomi](https://github.com/vmware/govmomi) from 0.23.0 to 0.26.1. - [Release notes](https://github.com/vmware/govmomi/releases) - [Changelog](https://github.com/vmware/govmomi/blob/master/CHANGELOG.md) - [Commits](https://github.com/vmware/govmomi/compare/v0.23.0...v0.26.1) --- updated-dependencies: - dependency-name: github.com/vmware/govmomi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
974c258382
commit
137819b9cd
77 changed files with 7610 additions and 486 deletions
4
vendor/github.com/vmware/govmomi/view/container_view.go
generated
vendored
4
vendor/github.com/vmware/govmomi/view/container_view.go
generated
vendored
|
|
@ -36,7 +36,7 @@ func NewContainerView(c *vim25.Client, ref types.ManagedObjectReference) *Contai
|
|||
}
|
||||
|
||||
// Retrieve populates dst as property.Collector.Retrieve does, for all entities in the view of types specified by kind.
|
||||
func (v ContainerView) Retrieve(ctx context.Context, kind []string, ps []string, dst interface{}) error {
|
||||
func (v ContainerView) Retrieve(ctx context.Context, kind []string, ps []string, dst interface{}, pspec ...types.PropertySpec) error {
|
||||
pc := property.DefaultCollector(v.Client())
|
||||
|
||||
ospec := types.ObjectSpec{
|
||||
|
|
@ -50,8 +50,6 @@ func (v ContainerView) Retrieve(ctx context.Context, kind []string, ps []string,
|
|||
},
|
||||
}
|
||||
|
||||
var pspec []types.PropertySpec
|
||||
|
||||
if len(kind) == 0 {
|
||||
kind = []string{"ManagedEntity"}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue