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

@@ -459,7 +459,7 @@ func TestSyncPodsCreatesNetAndContainer(t *testing.T) {
}
}
if !found {
t.Errorf("Custom net container not found: %v", fakeDocker.ContainerList)
t.Errorf("Custom pod infra container not found: %v", fakeDocker.ContainerList)
}
if len(fakeDocker.Created) != 2 ||