Merge pull request #3904 from mrunalp/cleanup/net_pod_infra

Replace "net" by "pod infra" in docs, comments and format strings.
This commit is contained in:
Brendan Burns
2015-01-28 15:55:25 -08:00
7 changed files with 12 additions and 12 deletions

View File

@@ -621,9 +621,9 @@ func main() {
createdPods.Insert(p[:n-8])
}
}
// We expect 9: 2 net containers + 2 pods from the replication controller +
// 1 net container + 2 pods from the URL +
// 1 net container + 1 pod from the service test.
// We expect 9: 2 pod infra containers + 2 pods from the replication controller +
// 1 pod infra container + 2 pods from the URL +
// 1 pod infra container + 1 pod from the service test.
if len(createdPods) != 9 {
glog.Fatalf("Unexpected list of created pods:\n\n%#v\n\n%#v\n\n%#v\n\n", createdPods.List(), fakeDocker1.Created, fakeDocker2.Created)
}