Imports of package openstack

PathSynopsis
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/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
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/v1/apiversionsPackage apiversions provides information and interaction with the different API versions for the OpenStack Block Storage service, code-named Cinder.
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/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/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/membersPackage members provides information and interaction with Members of the Load Balancer as a Service extension for the OpenStack Networking service.
github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/lbaas/monitorsPackage monitors provides information and interaction with the Monitors of the Load Balancer as a Service extension for the OpenStack Networking Service.
github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/lbaas/poolsPackage pools provides information and interaction with the Pools of the Load Balancing as a Service extension for the OpenStack Networking service.
github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/lbaas/vipsPackage vips provides information and interaction with the Virtual IPs of the Load Balancing as a Service extension for 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/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/apimachinery/pkg/typesPackage types implements various generic types used throughout kubernetes.
k8s.io/apimachinery/pkg/util/net
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/kubernetes/pkg/api/v1
k8s.io/kubernetes/pkg/api/v1/helper
k8s.io/kubernetes/pkg/api/v1/service
k8s.io/kubernetes/pkg/cloudprovider
k8s.io/kubernetes/pkg/controllerPackage controller contains code for controllers (like the replication controller).
k8s.io/kubernetes/pkg/util/exec
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.
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.
regexpPackage regexp implements regular expression search.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.