()
| 39 | } |
| 40 | |
| 41 | func (obj *fakePod) GetObjectKind() schema.ObjectKind { return schema.EmptyObjectKind } |
| 42 | func (obj *fakePod) DeepCopyObject() runtime.Object { panic("DeepCopyObject not supported by fakePod") } |
| 43 | |
| 44 | func TestUntil(t *testing.T) { |
no outgoing calls
no test coverage detected