Imports of package testing

PathSynopsis
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/stretchr/testify/mockPackage mock provides a system by which it is possible to mock your objects and verify calls are happening as expected.
ioPackage io provides basic interfaces to I/O primitives.
k8s.io/kubernetes/pkg/api
k8s.io/kubernetes/pkg/kubelet/container
k8s.io/kubernetes/pkg/types
k8s.io/kubernetes/pkg/util/flowcontrol
k8s.io/kubernetes/pkg/util/term
k8s.io/kubernetes/pkg/volumePackage volume includes internal representations of external volume types as well as utility methods required to mount/unmount volumes to kubelets.
osPackage os provides a platform-independent interface to operating system functionality.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.