kubernetesk8s.io/kubernetes/test/e2e

Imports of package e2e

PathSynopsis
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.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/davecgh/go-spew/spewPackage spew implements a deep pretty printer for Go data structures to aid in debugging.
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/influxdb/influxdb/client
github.com/onsi/ginkgoGinkgo is a BDD-style testing framework for Golang
github.com/onsi/gomegaGomega is the Ginkgo BDD-style testing framework's preferred matcher library.
github.com/prometheus/client_golang/extraction
github.com/prometheus/client_golang/model
github.com/prometheus/client_golang/prometheusPackage prometheus is the core instrumentation package.
golang.org/x/crypto/sshPackage ssh implements an SSH client and server.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
k8s.io/kubernetes/pkg/api
k8s.io/kubernetes/pkg/api/errors
k8s.io/kubernetes/pkg/api/latest
k8s.io/kubernetes/pkg/api/resource
k8s.io/kubernetes/pkg/api/testapi
k8s.io/kubernetes/pkg/api/unversioned
k8s.io/kubernetes/pkg/apis/experimental
k8s.io/kubernetes/pkg/client/cache
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/cloudprovider
k8s.io/kubernetes/pkg/cloudprovider/providers/aws
k8s.io/kubernetes/pkg/controller/framework
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/kubeletPackage kubelet is the package that contains the libraries that drive the Kubelet binary.
k8s.io/kubernetes/pkg/kubelet/metrics
k8s.io/kubernetes/pkg/labels
k8s.io/kubernetes/pkg/master/ports
k8s.io/kubernetes/pkg/runtime
k8s.io/kubernetes/pkg/types
k8s.io/kubernetes/pkg/util
k8s.io/kubernetes/pkg/util/sets
k8s.io/kubernetes/pkg/util/wait
k8s.io/kubernetes/pkg/watch
k8s.io/kubernetes/plugin/pkg/admission/serviceaccountPackage serviceaccount enforces all pods having an associated serviceaccount, and all containers mounting the API token for that serviceaccount at a known location
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.
regexpPackage regexp implements regular expression search.
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.
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.