Imports of kubernetes command

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/GoogleCloudPlatform/kubernetes/cmd/kubelet/app
github.com/GoogleCloudPlatform/kubernetes/pkg/api
github.com/GoogleCloudPlatform/kubernetes/pkg/api/testapi
github.com/GoogleCloudPlatform/kubernetes/pkg/client
github.com/GoogleCloudPlatform/kubernetes/pkg/standalone
github.com/GoogleCloudPlatform/kubernetes/pkg/tools
github.com/GoogleCloudPlatform/kubernetes/pkg/util
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
github.com/spf13/pflagPackage pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
timePackage time provides functionality for measuring and displaying time.