Imports of package framework

PathSynopsis
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.
gopkg.in/yaml.v2Package yaml implements YAML support for the Go language.
io/ioutilPackage ioutil implements some I/O utility functions.
k8s.io/apimachinery/pkg/api/errorsPackage errors provides detailed error types for api field validation.
k8s.io/apimachinery/pkg/apis/meta/v1Package v1 contains API types that are common to all versions.
k8s.io/apimachinery/pkg/util/validation
k8s.io/apimachinery/pkg/util/waitPackage wait provides tools for polling or listening for changes to a condition.
k8s.io/client-go/rest
k8s.io/client-go/tools/clientcmdPackage clientcmd provides one stop shopping for building a working client from a fixed config, from a .kubeconfig file, from command line flags, or from any merged combination.
k8s.io/kubernetes/federation/apis/federation/v1beta1
k8s.io/kubernetes/federation/client/clientset_generated/federation_clientset
k8s.io/kubernetes/federation/pkg/federatedtypes
k8s.io/kubernetes/federation/pkg/federatedtypes/crudtester
k8s.io/kubernetes/federation/pkg/federation-controller/util
k8s.io/kubernetes/pkg/api
k8s.io/kubernetes/pkg/api/v1
k8s.io/kubernetes/pkg/api/validation
k8s.io/kubernetes/pkg/client/clientset_generated/clientset
k8s.io/kubernetes/test/e2e/frameworkPackage framework contains provider-independent helper code for building and running E2E tests with Ginkgo.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
regexpPackage regexp implements regular expression search.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.