Replace "net" by "pod infra" in docs and format strings.

This commit is contained in:
Mrunal Patel
2015-01-28 15:03:06 -08:00
parent 18880d9086
commit 19e0605f5b
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)
}