(obj runtime.Object)
| 62 | ) |
| 63 | |
| 64 | func objBody(obj runtime.Object) io.ReadCloser { |
| 65 | return io.NopCloser(bytes.NewReader([]byte(runtime.EncodeOrDie(codec, obj)))) |
| 66 | } |
| 67 | |
| 68 | func newPod(name string) v1.Pod { |
| 69 | return newPodWithStatus(name, v1.PodStatus{}, "") |
no outgoing calls
no test coverage detected
searching dependent graphs…