This commit updates to images v0.117.0 so that the cross-distro.sh test works again (images removed fedora-39.json in main but the uses the previous version of images that includes fedora-39 so there is a mismatch (we should look into if there is a way to get github.com/osbuild/images@latest instead of main in the cross-arch test). It also updates all the vendor stuff that got pulled via the new images release (which is giantonormous). This update requires updating the Go version to 1.22.8 |
||
|---|---|---|
| .. | ||
| cli | ||
| cns | ||
| fault | ||
| find | ||
| guest | ||
| history | ||
| internal | ||
| list | ||
| nfc | ||
| object | ||
| ovf | ||
| pbm | ||
| property | ||
| session | ||
| task | ||
| units | ||
| vapi | ||
| view | ||
| vim25 | ||
| vmdk | ||
| vsan/vsanfs/types | ||
| .dockerignore | ||
| .gitignore | ||
| .golangci.yml | ||
| .goreleaser.yml | ||
| .mailmap | ||
| CHANGELOG.md | ||
| client.go | ||
| CONTRIBUTING.md | ||
| CONTRIBUTORS | ||
| Dockerfile.govc | ||
| Dockerfile.vcsim | ||
| LICENSE.txt | ||
| Makefile | ||
| program.mk | ||
| README.md | ||
| RELEASE.md | ||
govmomi
A Go library for interacting with VMware vSphere APIs (ESXi and/or vCenter Server).
In addition to the vSphere API client, this repository includes:
Compatibility
vSphere 7.0 and higher.
Documentation
The APIs exposed by this library closely follow the API described in the VMware vSphere API Reference Documentation. Refer to the documentation 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
Binaries and Docker Images for govc and vcsim
Installation instructions, released binaries, and Docker images are documented in the respective README files of govc and vcsim.
Discussion
Collaborate with the community using GitHub discussions and GitHub issues.
Status
Changes to the API are subject to semantic versioning.
Refer to the CHANGELOG for version to version changes.
Related Projects
License
govmomi is available under the Apache 2 License.
Name
Pronounced: go·v·mom·e
Follows pyvmomi and rbvmomi: language prefix + the vSphere acronym "VM Object Management Infrastructure".