kubernetesk8s.io/kubernetes/test/e2e

Imports of package e2e

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
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.
github.com/pkg/errorsPackage errors provides simple error handling primitives.
github.com/spf13/viper
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/api/rbac/v1
k8s.io/apimachinery/pkg/apis/meta/v1Package v1 contains API types that are common to all versions.
k8s.io/apimachinery/pkg/runtime/schema
k8s.io/apimachinery/pkg/util/runtime
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/apiserver/pkg/authentication/serviceaccount
k8s.io/client-go/kubernetesPackage kubernetes holds packages which implement a clientset for Kubernetes APIs.
k8s.io/client-go/plugin/pkg/client/auth
k8s.io/component-base/logsPackage logs contains support for logging options, flags and setup.
k8s.io/component-base/version
k8s.io/klog/v2Package klog contains the following functionality:
k8s.io/kubernetes/pkg/api/v1/pod
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/auth
k8s.io/kubernetes/test/e2e/framework/kubectl
k8s.io/kubernetes/test/e2e/framework/manifest
k8s.io/kubernetes/test/e2e/framework/metrics
k8s.io/kubernetes/test/e2e/framework/node
k8s.io/kubernetes/test/e2e/framework/pod
k8s.io/kubernetes/test/e2e/framework/providers/aws
k8s.io/kubernetes/test/e2e/framework/providers/azure
k8s.io/kubernetes/test/e2e/framework/providers/gce
k8s.io/kubernetes/test/e2e/framework/providers/kubemark
k8s.io/kubernetes/test/e2e/framework/providers/openstack
k8s.io/kubernetes/test/e2e/framework/providers/vsphere
k8s.io/kubernetes/test/e2e/framework/skipper
k8s.io/kubernetes/test/e2e/framework/testfilesPackage testfiles provides a wrapper around various optional ways of retrieving additional files needed during a test run: - builtin bindata - filesystem access
k8s.io/kubernetes/test/e2e/reporters
k8s.io/kubernetes/test/utils
k8s.io/utils/net
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.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.