Imports of package lifecycle

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/xmlPackage xml implements a simple XML 1.0 parser that understands XML name spaces.
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/gomegaGomega is the Ginkgo BDD-style testing framework's preferred matcher library.
golang.org/x/crypto/sshPackage ssh implements an SSH client and server.
ioPackage io provides basic interfaces to I/O primitives.
k8s.io/api/core/v1Package v1 is the v1 version of the core API.
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/util/setsPackage sets has generic set and specified sets.
k8s.io/apimachinery/pkg/util/versionPackage version provides utilities for version number comparisons
k8s.io/apimachinery/pkg/util/waitPackage wait provides tools for polling or listening for changes to a condition.
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/kubernetes/pkg/apis/corePackage core contains the latest (or "internal") version of the Kubernetes API objects.
k8s.io/kubernetes/pkg/kubelet/pod
k8s.io/kubernetes/pkg/master/ports
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/upgradesPackage upgrades provides a framework for testing Kubernetes features before, during, and after different types of upgrades.
k8s.io/kubernetes/test/e2e/upgrades/apps
k8s.io/kubernetes/test/e2e/upgrades/storage
k8s.io/kubernetes/test/utils
k8s.io/kubernetes/test/utils/image
k8s.io/kubernetes/test/utils/junitPackage junit provides data structures to allow easy XML encoding and decoding of JUnit test results.
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.
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.
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.
timePackage time provides functionality for measuring and displaying time.