Imports of package deployment

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
k8s.io/api/apps/v1
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/util/intstr
k8s.io/apimachinery/pkg/util/waitPackage wait provides tools for polling or listening for changes to a condition.
k8s.io/client-go/informersPackage informers provides generated informers for Kubernetes APIs.
k8s.io/client-go/kubernetesPackage kubernetes holds packages which implement a clientset for Kubernetes APIs.
k8s.io/client-go/rest
k8s.io/kubernetes/pkg/api/v1/pod
k8s.io/kubernetes/pkg/controller/deploymentPackage deployment contains all the logic for handling Kubernetes Deployments.
k8s.io/kubernetes/pkg/controller/deployment/util
k8s.io/kubernetes/pkg/controller/replicasetPackage replicaset contains logic for watching and synchronizing ReplicaSets.
k8s.io/kubernetes/test/integration/framework
k8s.io/kubernetes/test/utils
net/http/httptestPackage httptest provides utilities for HTTP testing.
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.