MCPcopy
hub / github.com/kubernetes/kubectl / Merged

Method Merged

pkg/cmd/diff/diff_test.go:47–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47func (f *FakeObject) Merged() (runtime.Object, error) {
48 // Return nil if merged object does not exist
49 if f.merged == nil {
50 return nil, nil
51 }
52 return &unstructured.Unstructured{Object: f.merged}, nil
53}
54
55func (f *FakeObject) Live() runtime.Object {
56 // Return nil if live object does not exist

Callers 1

TestDiffVersionFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected