open-nomad/vendor/github.com/vmware/govmomi
Seth Hoenig 435c0d9fc8 deps: Switch to Go modules for dependency management
This PR switches the Nomad repository from using govendor to Go modules
for managing dependencies. Aspects of the Nomad workflow remain pretty
much the same. The usual Makefile targets should continue to work as
they always did. The API submodule simply defers to the parent Nomad
version on the repository, keeping the semantics of API versioning that
currently exists.
2020-06-02 14:30:36 -05:00
..
find deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
list deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
nfc deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
object deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
property deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
session deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
task deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
vim25 deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
.gitignore deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
.goreleaser.yml deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
.mailmap deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
.travis.yml deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
CHANGELOG.md deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
CONTRIBUTING.md deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
CONTRIBUTORS deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
Dockerfile deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
Gopkg.lock deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
Gopkg.toml deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
LICENSE.txt deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
Makefile deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
README.md deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
client.go deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00

README.md

Build Status Go Report Card

govmomi

A Go library for interacting with VMware vSphere APIs (ESXi and/or vCenter).

In addition to the vSphere API client, this repository includes:

  • govc - vSphere CLI

  • vcsim - vSphere API mock framework

  • toolbox - VM guest tools framework

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

License

govmomi is available under the Apache 2 license.