k3s/vendor/github.com/vmware/govmomi
Doug MacEachern 5816a8bc18 godeps: update vmware/govmomi
Update required to continue work on #64021

- The govmomi tag API changed

- Pulling in the new vapi/simulator package for testing the VCP Zones impl
2018-08-22 11:11:11 -07:00
..
find Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
list Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
lookup Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
nfc Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
object Update vmware/govmomi vendor: add vapi package 2018-08-03 22:11:42 -07:00
pbm Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
property Update vmware/govmomi vendor: add vapi package 2018-08-03 22:11:42 -07:00
session Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
simulator godeps: update vmware/govmomi 2018-08-22 11:11:11 -07:00
sts Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
task Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
vapi godeps: update vmware/govmomi 2018-08-22 11:11:11 -07:00
vim25 godeps: update vmware/govmomi 2018-08-22 11:11:11 -07:00
.gitignore vSphere Cloud Provider: update vmware/gomvomi godeps 2018-05-15 10:06:56 -07:00
.goreleaser.yml vSphere Cloud Provider: update vmware/gomvomi godeps 2018-05-15 10:06:56 -07:00
.mailmap Update vmware/govmomi vendor: add vapi package 2018-08-03 22:11:42 -07:00
.travis.yml Update vmware/govmomi vendor: add vapi package 2018-08-03 22:11:42 -07:00
BUILD godeps: update vmware/govmomi 2018-08-22 11:11:11 -07:00
CHANGELOG.md Update vmware/govmomi vendor: add vapi package 2018-08-03 22:11:42 -07:00
CONTRIBUTING.md Update vmware/govmomi godeps 2018-01-08 09:16:03 -08:00
CONTRIBUTORS Update vmware/govmomi vendor: add vapi package 2018-08-03 22:11:42 -07:00
Dockerfile vSphere Cloud Provider: update vmware/gomvomi godeps 2018-05-15 10:06:56 -07:00
Gopkg.lock vSphere Cloud Provider: update vmware/gomvomi godeps 2018-05-15 10:06:56 -07:00
Gopkg.toml vSphere Cloud Provider: update vmware/gomvomi godeps 2018-05-15 10:06:56 -07:00
LICENSE.txt
Makefile Update vmware/govmomi vendor: add vapi package 2018-08-03 22:11:42 -07:00
README.md godeps: update vmware/govmomi 2018-08-22 11:11:11 -07:00
client.go vSphere Cloud Provider: update vmware/gomvomi godeps 2018-05-15 10:06:56 -07: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.