context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/vmware/govmomi/object | |
github.com/vmware/govmomi/property | |
github.com/vmware/govmomi/vapi/rest | |
github.com/vmware/govmomi/vapi/tags | |
github.com/vmware/govmomi/vim25 | Package vim25 provides a minimal client implementation to use with other packages in the vim25 tree. |
github.com/vmware/govmomi/vim25/mo | |
github.com/vmware/govmomi/vim25/types | |
gopkg.in/gcfg.v1 | |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
k8s.io/api/core/v1 | Package v1 is the v1 version of the core API. |
k8s.io/apimachinery/pkg/api/errors | Package errors provides detailed error types for api field validation. |
k8s.io/apimachinery/pkg/types | Package types implements various generic types used throughout kubernetes. |
k8s.io/apimachinery/pkg/util/sets | Package sets has generic set and specified sets. |
k8s.io/apimachinery/pkg/util/version | Package version provides utilities for version number comparisons |
k8s.io/client-go/informers | Package informers provides generated informers for Kubernetes APIs. |
k8s.io/client-go/listers/core/v1 | |
k8s.io/client-go/tools/cache | Package cache is a client-side caching mechanism. |
k8s.io/cloud-provider | Package cloudprovider supplies interfaces and implementations for cloud service providers. |
k8s.io/klog | Package klog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
k8s.io/kubernetes/pkg/apis/core/v1/helper | |
k8s.io/kubernetes/pkg/cloudprovider/providers/vsphere/vclib | |
k8s.io/kubernetes/pkg/cloudprovider/providers/vsphere/vclib/diskmanagers | |
k8s.io/kubernetes/pkg/kubelet/apis | |
k8s.io/kubernetes/pkg/volume/util | Package util contains utility code for use by volume plugins. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
path | Package path implements utility routines for manipulating slash-separated paths. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
regexp | Package regexp implements regular expression search. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |