Imports of package openstack

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/gophercloud/gophercloudPackage gophercloud provides a multi-vendor interface to OpenStack-compatible clouds.
github.com/gophercloud/gophercloud/openstackPackage openstack contains resources for the individual OpenStack projects supported in Gophercloud.
github.com/gophercloud/gophercloud/openstack/blockstorage/extensions/volumeactionsPackage volumeactions provides information and interaction with volumes in the OpenStack Block Storage service.
github.com/gophercloud/gophercloud/openstack/blockstorage/v1/volumesPackage volumes provides information and interaction with volumes in the OpenStack Block Storage service.
github.com/gophercloud/gophercloud/openstack/blockstorage/v2/volumesPackage volumes provides information and interaction with volumes in the OpenStack Block Storage service.
github.com/gophercloud/gophercloud/openstack/blockstorage/v3/volumesPackage volumes provides information and interaction with volumes in the OpenStack Block Storage service.
github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/attachinterfacesPackage attachinterfaces provides the ability to retrieve and manage network interfaces through Nova.
github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/volumeattachPackage volumeattach provides the ability to attach and detach volumes from servers.
github.com/gophercloud/gophercloud/openstack/compute/v2/serversPackage servers provides information and interaction with the server API resource in the OpenStack Compute service.
github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/trustsPackage trusts enables management of OpenStack Identity Trusts.
github.com/gophercloud/gophercloud/openstack/identity/v3/tokensPackage tokens provides information and interaction with the token API resource for the OpenStack Identity service.
github.com/gophercloud/gophercloud/openstack/networking/v2/extensions
github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/externalPackage external provides information and interaction with the external extension for the OpenStack Networking service.
github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/layer3/floatingipspackage floatingips enables management and retrieval of Floating IPs from the OpenStack Networking service.
github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/layer3/routersPackage routers enables management and retrieval of Routers from the OpenStack Networking service.
github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/lbaas_v2/listenersPackage listeners provides information and interaction with Listeners of the LBaaS v2 extension for the OpenStack Networking service.
github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/lbaas_v2/loadbalancersPackage loadbalancers provides information and interaction with Load Balancers of the LBaaS v2 extension for the OpenStack Networking service.
github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/lbaas_v2/monitorsPackage monitors provides information and interaction with Monitors of the LBaaS v2 extension for the OpenStack Networking service.
github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/lbaas_v2/poolsPackage pools provides information and interaction with Pools and Members of the LBaaS v2 extension for the OpenStack Networking service.
github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/security/groupsPackage groups provides information and interaction with Security Groups for the OpenStack Networking service.
github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/security/rulesPackage rules provides information and interaction with Security Group Rules for the OpenStack Networking service.
github.com/gophercloud/gophercloud/openstack/networking/v2/networksPackage networks contains functionality for working with Neutron network resources.
github.com/gophercloud/gophercloud/openstack/networking/v2/portsPackage ports contains functionality for working with Neutron port resources.
github.com/gophercloud/gophercloud/paginationPackage pagination contains utilities and convenience structs that implement common pagination idioms within OpenStack APIs.
github.com/mitchellh/mapstructurePackage mapstructure exposes functionality to convert one arbitrary Go type into another, typically to convert a map[string]interface{} into a native Go structure.
github.com/prometheus/client_golang/prometheusPackage prometheus is the core instrumentation package.
gopkg.in/gcfg.v1
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
k8s.io/api/core/v1Package v1 is the v1 version of the core API.
k8s.io/apimachinery/pkg/api/resource
k8s.io/apimachinery/pkg/typesPackage types implements various generic types used throughout kubernetes.
k8s.io/apimachinery/pkg/util/net
k8s.io/apimachinery/pkg/util/setsPackage sets has generic set and specified sets.
k8s.io/apimachinery/pkg/util/waitPackage wait provides tools for polling or listening for changes to a condition.
k8s.io/client-go/util/cert
k8s.io/cloud-providerPackage cloudprovider supplies interfaces and implementations for cloud service providers.
k8s.io/klogPackage klog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
k8s.io/kubernetes/pkg/api/v1/service
k8s.io/kubernetes/pkg/apis/core/v1/helper
k8s.io/kubernetes/pkg/kubelet/apis
k8s.io/kubernetes/pkg/util/mount
k8s.io/kubernetes/pkg/volumePackage volume includes internal representations of external volume types as well as utility methods required to mount/unmount volumes to kubelets.
k8s.io/kubernetes/pkg/volume/utilPackage util contains utility code for use by volume plugins.
k8s.io/utils/execPackage exec provides an injectable interface and implementations for running commands.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
regexpPackage regexp implements regular expression search.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.