kubernetesk8s.io/kubernetes/test/e2e

Imports of package e2e

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.
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.
crypto/x509Package x509 implements a subset of the X.509 standard.
crypto/x509/pkixPackage pkix contains shared, low level structures used for ASN.1 parsing and serialization of X.509 certificates, CRL and OCSP.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
encoding/pemPackage pem implements the PEM data encoding, which originated in Privacy Enhanced Mail.
encoding/xmlPackage xml implements a simple XML 1.0 parser that understands XML name spaces.
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/elazarl/goproxyTaken from $GOROOT/src/pkg/net/http/chunked needed to write https responses to client.
github.com/ghodss/yaml
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/influxdata/influxdb/client/v2Package client (v2) is the current official Go client for InfluxDB.
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/ginkgo/reportersGinkgo's Default Reporter
github.com/onsi/gomegaGomega is the Ginkgo BDD-style testing framework's preferred matcher library.
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.
golang.org/x/oauth2/googlePackage google provides support for making OAuth2 authorized and authenticated HTTP requests to Google APIs.
google.golang.org/api/compute/v1
google.golang.org/api/monitoring/v3
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1Package v1beta1 is the v1beta1 version of the API.
k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset
k8s.io/apiextensions-apiserver/test/integration/testserver
k8s.io/apimachinery/pkg/api/equality
k8s.io/apimachinery/pkg/api/errorsPackage errors provides detailed error types for api field validation.
k8s.io/apimachinery/pkg/api/resource
k8s.io/apimachinery/pkg/apis/meta/v1Package v1 contains API types that are common to all versions.
k8s.io/apimachinery/pkg/fieldsPackage fields implements a simple field system, parsing and matching selectors with sets of fields.
k8s.io/apimachinery/pkg/labelsPackage labels implements a simple label system, parsing and matching selectors with sets of labels.
k8s.io/apimachinery/pkg/runtimePackage runtime defines conversions between generic types and structs to map query strings to struct objects.
k8s.io/apimachinery/pkg/runtime/schema
k8s.io/apimachinery/pkg/typesPackage types implements various generic types used throughout kubernetes.
k8s.io/apimachinery/pkg/util/intstr
k8s.io/apimachinery/pkg/util/net
k8s.io/apimachinery/pkg/util/runtime
k8s.io/apimachinery/pkg/util/setsPackage sets has generic set and specified sets.
k8s.io/apimachinery/pkg/util/uuid
k8s.io/apimachinery/pkg/util/waitPackage wait provides tools for polling or listening for changes to a condition.
k8s.io/apimachinery/pkg/util/yaml
k8s.io/apimachinery/pkg/watchPackage watch contains a generic watchable interface, and a fake for testing code that uses the watch interface.
k8s.io/apiserver/pkg/authentication/serviceaccount
k8s.io/apiserver/pkg/registry/generic/registryPackage etcd has a generic implementation of a registry that stores things in etcd.
k8s.io/client-go/discoveryPackage discovery provides ways to discover server-supported API groups, versions and resources.
k8s.io/client-go/kubernetesPackage kubernetes holds packages which implement a clientset for Kubernetes APIs.
k8s.io/client-go/pkg/api/v1
k8s.io/client-go/pkg/apis/extensions/v1beta1
k8s.io/client-go/pkg/apis/policy/v1beta1
k8s.io/client-go/rest
k8s.io/client-go/tools/cachePackage cache is a client-side caching mechanism.
k8s.io/client-go/util/cert
k8s.io/client-go/util/flowcontrol
k8s.io/kubernetes/pkg/api
k8s.io/kubernetes/pkg/api/v1
k8s.io/kubernetes/pkg/api/v1/pod
k8s.io/kubernetes/pkg/api/v1/service
k8s.io/kubernetes/pkg/apis/apps/v1beta1
k8s.io/kubernetes/pkg/apis/batch
k8s.io/kubernetes/pkg/apis/batch/v1
k8s.io/kubernetes/pkg/apis/batch/v2alpha1
k8s.io/kubernetes/pkg/apis/certificates/v1beta1
k8s.io/kubernetes/pkg/apis/extensions
k8s.io/kubernetes/pkg/apis/extensions/v1beta1
k8s.io/kubernetes/pkg/apis/networking
k8s.io/kubernetes/pkg/apis/rbac/v1beta1
k8s.io/kubernetes/pkg/apis/settings/v1alpha1
k8s.io/kubernetes/pkg/client/clientset_generated/clientset
k8s.io/kubernetes/pkg/client/clientset_generated/clientset/typed/certificates/v1beta1
k8s.io/kubernetes/pkg/client/clientset_generated/clientset/typed/extensions/v1beta1
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset
k8s.io/kubernetes/pkg/cloudprovider
k8s.io/kubernetes/pkg/cloudprovider/providers/azure
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/daemonPackage daemon contains logic for watching and synchronizing daemons.
k8s.io/kubernetes/pkg/controller/deployment/util
k8s.io/kubernetes/pkg/controller/endpointPackage endpoint provides EndpointController implementation to manage and sync service endpoints.
k8s.io/kubernetes/pkg/controller/jobPackage job contains logic for watching and synchronizing jobs.
k8s.io/kubernetes/pkg/controller/node
k8s.io/kubernetes/pkg/controller/replicasetPackage replicaset contains logic for watching and synchronizing ReplicaSets.
k8s.io/kubernetes/pkg/controller/replicationPackage replication contains logic for watching and synchronizing replication controllers.
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/kubectl/cmd/util
k8s.io/kubernetes/pkg/kubelet/apis
k8s.io/kubernetes/pkg/kubelet/apis/stats/v1alpha1
k8s.io/kubernetes/pkg/kubelet/pod
k8s.io/kubernetes/pkg/master/ports
k8s.io/kubernetes/pkg/metrics
k8s.io/kubernetes/pkg/quota/evaluator/core
k8s.io/kubernetes/pkg/util
k8s.io/kubernetes/pkg/util/exec
k8s.io/kubernetes/pkg/util/logs
k8s.io/kubernetes/pkg/util/version
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
k8s.io/kubernetes/plugin/pkg/scheduler/schedulercache
k8s.io/kubernetes/test/e2e/chaosmonkey
k8s.io/kubernetes/test/e2e/common
k8s.io/kubernetes/test/e2e/frameworkPackage framework contains provider-independent helper code for building and running E2E tests with Ginkgo.
k8s.io/kubernetes/test/e2e/framework/ginkgowrapper
k8s.io/kubernetes/test/e2e/generated
k8s.io/kubernetes/test/e2e/perf
k8s.io/kubernetes/test/e2e/scheduling
k8s.io/kubernetes/test/e2e/upgradesPackage upgrades provides a framework for testing Kubernetes features before, during, and after different types of upgrades.
k8s.io/kubernetes/test/e2e_federation
k8s.io/kubernetes/test/images/net/nat
k8s.io/kubernetes/test/utils
k8s.io/kubernetes/test/utils/junitPackage junit provides data structures to allow easy XML encoding and decoding of JUnit test results.
logPackage log implements a simple logging package.
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.
mime/multipartPackage multipart implements MIME multipart parsing, as defined in RFC 2046.
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/http/httptestPackage httptest provides utilities for HTTP testing.
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.
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.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.