MCPcopy
hub / github.com/helm/helm / objBody

Function objBody

pkg/kube/client_test.go:64–66  ·  view source on GitHub ↗
(obj runtime.Object)

Source from the content-addressed store, hash-verified

62)
63
64func objBody(obj runtime.Object) io.ReadCloser {
65 return io.NopCloser(bytes.NewReader([]byte(runtime.EncodeOrDie(codec, obj))))
66}
67
68func newPod(name string) v1.Pod {
69 return newPodWithStatus(name, v1.PodStatus{}, "")

Callers 15

TestCreateFunction · 0.85
TestUpdateFunction · 0.85
TestWaitFunction · 0.85
TestWaitJobFunction · 0.85
TestWaitDeleteFunction · 0.85
runMethod · 0.85
TestReplaceResourceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…