kops/vendor/github.com/vmware/govmomi
Jesse Haka 1928a3934c update deps 2020-03-17 17:41:50 +02:00
..
find update deps 2020-03-17 17:41:50 +02:00
list Update dependencies and BUILD.bazel scripts 2018-09-17 09:57:31 -04:00
nfc Generated vendor & bazel from `make gomod` 2019-08-25 16:00:41 -04:00
object Generated vendor & bazel from `make gomod` 2019-08-25 16:00:41 -04:00
property Generated vendor & bazel from `make gomod` 2019-08-25 16:00:41 -04:00
session Generated vendor & bazel from `make gomod` 2019-08-25 16:00:41 -04:00
task Update dependencies and BUILD.bazel scripts 2018-09-17 09:57:31 -04:00
vim25 update deps 2020-03-17 17:41:50 +02:00
.gitignore Generated vendor & bazel from `make gomod` 2019-08-25 16:00:41 -04:00
.goreleaser.yml dep-ensure: update vendor & lock 2018-09-28 20:14:45 -04:00
.mailmap Generated vendor & bazel from `make gomod` 2019-08-25 16:00:41 -04:00
.travis.yml Generated vendor & bazel from `make gomod` 2019-08-25 16:00:41 -04:00
BUILD.bazel Update dependencies and BUILD.bazel scripts 2018-09-17 09:57:31 -04:00
CHANGELOG.md Generated vendor & bazel from `make gomod` 2019-08-25 16:00:41 -04:00
CONTRIBUTING.md Update vendor for 1.10 2018-04-18 20:38:46 -04:00
CONTRIBUTORS Generated vendor & bazel from `make gomod` 2019-08-25 16:00:41 -04:00
Dockerfile dep-ensure: update vendor & lock 2018-09-28 20:14:45 -04:00
Gopkg.lock Generated vendor & bazel from `make gomod` 2019-08-25 16:00:41 -04:00
Gopkg.toml dep-ensure: update vendor & lock 2018-09-28 20:14:45 -04:00
LICENSE.txt Added govmomi project as a submodule in kops 2017-04-11 10:08:22 -07:00
Makefile Generated vendor & bazel from `make gomod` 2019-08-25 16:00:41 -04:00
README.md Generated vendor & bazel from `make gomod` 2019-08-25 16:00:41 -04:00
client.go dep-ensure: update vendor & lock 2018-09-28 20:14:45 -04:00
program.mk Generated vendor & bazel from `make gomod` 2019-08-25 16:00:41 -04: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.