kubernetes/pkg/api/validation
Clayton Coleman 892942af8f Read BoundPods from etcd instead of ContainerManifestList
There are three values that uniquely identify a pod on a host -
the configuration source (etcd, file, http), the pod name, and the
pod namespace. This change ensures that configuration properly
makes those names unique by changing podFullName to contain both
name (currently ID in v1beta1, Name in v1beta3) and namespace.

The Kubelet does not properly handle information requests for
pods not in the default namespace at this time.
2014-10-16 19:29:08 -04:00
..
doc.go Make validation work when not in the api package. 2014-09-02 10:42:06 -07:00
validation_test.go Read BoundPods from etcd instead of ContainerManifestList 2014-10-16 19:29:08 -04:00
validation.go Read BoundPods from etcd instead of ContainerManifestList 2014-10-16 19:29:08 -04:00