(name string)
| 216 | } |
| 217 | |
| 218 | func (p Pod) WithRuntimeClassName(name string) Pod { |
| 219 | p.Spec.RuntimeClassName = &name |
| 220 | return p |
| 221 | } |
| 222 | |
| 223 | func TestFindContainerByName(t *testing.T) { |
| 224 | containers := []corev1.Container{ |
no outgoing calls
no test coverage detected