(format string, args ...interface{})
| 2487 | |
| 2488 | type testingMode interface { |
| 2489 | Fatalf(format string, args ...interface{}) |
| 2490 | } |
| 2491 | |
| 2492 | func makeBasePod(t testingMode, nodeName, objName, cpu, mem, extended string, ports []v1.ContainerPort) *v1.Pod { |
no outgoing calls