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

Method Name

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

Source from the content-addressed store, hash-verified

41var _ Object = &FakeObject{}
42
43func (f *FakeObject) Name() string {
44 return f.name
45}
46
47func (f *FakeObject) Merged() (runtime.Object, error) {
48 // Return nil if merged object does not exist

Callers 4

TestDiffVersionFunction · 0.95
TestDifferFunction · 0.95
TestShowManagedFieldsFunction · 0.95
TestShowSecretsFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected