![]()  misterikkit committed on Oct 4 govmomi is the vSphere client library used by the vSphere cloud provider and storage plugin. A bug in the SOAP client prevented storage classes that use vSphere storage policies (aka SPBM) from working. This bumps our dependency on vmware/govmomi from v0.20.1 to v0.20.3 to pick up the fix in vmware/govmomi#1498 Here are all changes in the release: https://github.com/vmware/govmomi/compare/v0.20.1...v0.20.3 |
||
---|---|---|
.. | ||
find | ||
list | ||
lookup | ||
nfc | ||
object | ||
pbm | ||
property | ||
session | ||
simulator | ||
sts | ||
task | ||
vapi | ||
vim25 | ||
.gitignore | ||
.goreleaser.yml | ||
.mailmap | ||
.travis.yml | ||
BUILD | ||
CHANGELOG.md | ||
client.go | ||
CONTRIBUTING.md | ||
CONTRIBUTORS | ||
Dockerfile | ||
Gopkg.lock | ||
Gopkg.toml | ||
LICENSE.txt | ||
Makefile | ||
program.mk | ||
README.md |
govmomi
A Go library for interacting with VMware vSphere APIs (ESXi and/or vCenter).
In addition to the vSphere API client, this repository includes:
Compatibility
This library is built for and tested against ESXi and vCenter 6.0, 6.5 and 6.7.
It may work with versions 5.5 and 5.1, but neither are officially supported.
Documentation
The APIs exposed by this library very closely follow the API described in the VMware vSphere API Reference Documentation. Refer to this document to become familiar with the upstream API.
The code in the govmomi
package is a wrapper for the code that is generated from the vSphere API description.
It primarily provides convenience functions for working with the vSphere API.
See godoc.org for documentation.
Installation
go get -u github.com/vmware/govmomi
Discussion
Contributors and users are encouraged to collaborate using GitHub issues and/or Slack. Access to Slack requires a VMware {code} membership.
Status
Changes to the API are subject to semantic versioning.
Refer to the CHANGELOG for version to version changes.
Projects using govmomi
Related projects
License
govmomi is available under the Apache 2 license.