Imports of package executor

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/docker/engine-api/typesPackage types is used for API stability in the types and response to the consumers of the API stats endpoint.
github.com/gogo/protobuf/protoPackage proto converts data structures to and from the wire format of protocol buffers.
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
github.com/mesos/mesos-go/executor
github.com/mesos/mesos-go/mesosproto
github.com/mesos/mesos-go/mesosutil
k8s.io/kubernetes/contrib/mesos/pkg/executor/messages
k8s.io/kubernetes/contrib/mesos/pkg/node
k8s.io/kubernetes/contrib/mesos/pkg/podutil
k8s.io/kubernetes/contrib/mesos/pkg/runtime
k8s.io/kubernetes/contrib/mesos/pkg/scheduler/executorinfo
k8s.io/kubernetes/contrib/mesos/pkg/scheduler/meta
k8s.io/kubernetes/pkg/api
k8s.io/kubernetes/pkg/api/errors
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset/typed/core/unversioned
k8s.io/kubernetes/pkg/kubelet/container
k8s.io/kubernetes/pkg/kubelet/dockertools
k8s.io/kubernetes/pkg/runtime
k8s.io/kubernetes/pkg/util/runtime
mathPackage math provides basic constants and mathematical functions.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.