Imports of package petset

PathSynopsis
crypto/md5Package md5 implements the MD5 hash algorithm as defined in RFC 1321.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
gopkg.in/inf.v0Package inf (type inf.Dec) implements "infinite-precision" decimal arithmetic.
k8s.io/kubernetes/pkg/api
k8s.io/kubernetes/pkg/api/errors
k8s.io/kubernetes/pkg/api/pod
k8s.io/kubernetes/pkg/api/resource
k8s.io/kubernetes/pkg/api/unversioned
k8s.io/kubernetes/pkg/apis/apps
k8s.io/kubernetes/pkg/client/cache
k8s.io/kubernetes/pkg/client/record
k8s.io/kubernetes/pkg/client/unversioned
k8s.io/kubernetes/pkg/controllerPackage controller contains code for controllers (like the replication controller).
k8s.io/kubernetes/pkg/runtime
k8s.io/kubernetes/pkg/types
k8s.io/kubernetes/pkg/util/errors
k8s.io/kubernetes/pkg/util/runtime
k8s.io/kubernetes/pkg/util/sets
k8s.io/kubernetes/pkg/util/wait
k8s.io/kubernetes/pkg/util/workqueue
k8s.io/kubernetes/pkg/watch
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
sortPackage sort provides primitives for sorting slices and user-defined collections.
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.