Imports of package framework

PathSynopsis
bufioPackage bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O.
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/blang/semver
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
github.com/google/cadvisor/info/v1Types used for docker containers.
github.com/onsi/ginkgoGinkgo is a BDD-style testing framework for Golang
github.com/onsi/ginkgo/configGinkgo accepts a number of configuration options.
github.com/onsi/gomegaGomega is the Ginkgo BDD-style testing framework's preferred matcher library.
github.com/onsi/gomega/types
github.com/prometheus/common/expfmtPackage expfmt contains tools for reading and writing Prometheus metrics.
github.com/prometheus/common/modelPackage model contains common data structures that are shared across Prometheus components and libraries.
github.com/spf13/viper
golang.org/x/crypto/sshPackage ssh implements an SSH client and server.
golang.org/x/net/websocketPackage websocket implements a client and server for the WebSocket protocol as specified in RFC 6455.
gopkg.in/yaml.v2Package yaml implements YAML support for the Go language.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
k8s.io/client-go/kubernetesPackage kubernetes holds packages which implement a clientset for Kubernetes APIs.
k8s.io/client-go/pkg/util/sets
k8s.io/client-go/rest
k8s.io/kubernetes/federation/client/clientset_generated/federation_release_1_5
k8s.io/kubernetes/pkg/api
k8s.io/kubernetes/pkg/api/errors
k8s.io/kubernetes/pkg/api/unversioned
k8s.io/kubernetes/pkg/api/v1
k8s.io/kubernetes/pkg/api/validation
k8s.io/kubernetes/pkg/apimachinery/registered
k8s.io/kubernetes/pkg/apis/apps
k8s.io/kubernetes/pkg/apis/batch
k8s.io/kubernetes/pkg/apis/componentconfig
k8s.io/kubernetes/pkg/apis/extensions
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset/typed/core/internalversion
k8s.io/kubernetes/pkg/client/clientset_generated/release_1_5
k8s.io/kubernetes/pkg/client/restclient
k8s.io/kubernetes/pkg/client/typed/discovery
k8s.io/kubernetes/pkg/client/typed/dynamic
k8s.io/kubernetes/pkg/client/unversioned
k8s.io/kubernetes/pkg/client/unversioned/clientcmd
k8s.io/kubernetes/pkg/client/unversioned/clientcmd/api
k8s.io/kubernetes/pkg/client/unversioned/remotecommand
k8s.io/kubernetes/pkg/cloudprovider
k8s.io/kubernetes/pkg/cloudprovider/providers/gce
k8s.io/kubernetes/pkg/controllerPackage controller contains code for controllers (like the replication controller).
k8s.io/kubernetes/pkg/controller/deployment/util
k8s.io/kubernetes/pkg/fields
k8s.io/kubernetes/pkg/kubectlPackage kubectl provides the functions used by the kubectl command line tool under k8s.io/kubernetes/cmd.
k8s.io/kubernetes/pkg/kubelet/api/v1alpha1/stats
k8s.io/kubernetes/pkg/kubelet/metrics
k8s.io/kubernetes/pkg/kubelet/server/remotecommand
k8s.io/kubernetes/pkg/kubelet/server/statsPackage stats handles exporting Kubelet and container stats.
k8s.io/kubernetes/pkg/kubelet/util/format
k8s.io/kubernetes/pkg/labels
k8s.io/kubernetes/pkg/master/ports
k8s.io/kubernetes/pkg/metrics
k8s.io/kubernetes/pkg/runtime
k8s.io/kubernetes/pkg/ssh
k8s.io/kubernetes/pkg/types
k8s.io/kubernetes/pkg/util/errors
k8s.io/kubernetes/pkg/util/exec
k8s.io/kubernetes/pkg/util/intstr
k8s.io/kubernetes/pkg/util/labelsPackage labels provides utilities to work with Kubernetes labels.
k8s.io/kubernetes/pkg/util/rand
k8s.io/kubernetes/pkg/util/runtime
k8s.io/kubernetes/pkg/util/sets
k8s.io/kubernetes/pkg/util/system
k8s.io/kubernetes/pkg/util/uuid
k8s.io/kubernetes/pkg/util/validation
k8s.io/kubernetes/pkg/util/wait
k8s.io/kubernetes/pkg/util/yaml
k8s.io/kubernetes/pkg/version
k8s.io/kubernetes/pkg/watch
k8s.io/kubernetes/plugin/pkg/scheduler/algorithm/predicates
k8s.io/kubernetes/plugin/pkg/scheduler/schedulercache
k8s.io/kubernetes/test/e2e/generated
k8s.io/kubernetes/test/e2e/perftype
k8s.io/kubernetes/test/utils
mathPackage math provides basic constants and mathematical functions.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
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.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
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.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
syscallPackage syscall contains an interface to the low-level operating system primitives.
text/tabwriterPackage tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text.
timePackage time provides functionality for measuring and displaying time.