Fix typo in kubelet

This commit is contained in:
Paul Morie 2015-01-28 12:00:53 -05:00
parent 80ff2128de
commit 962bdda0dc

View File

@ -740,7 +740,7 @@ func (kl *Kubelet) getServiceEnvVarMap(ns string) (map[string]string, error) {
switch service.Namespace {
// for the case whether the master service namespace is the namespace the pod
// is in, pod should receive all the pods in the namespace.
// is in, the pod should receive all the services in the namespace.
//
// ordering of the case clauses below enforces this
case ns: