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

Struct FakeObject

pkg/cmd/diff/diff_test.go:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33)
34
35type FakeObject struct {
36 name string
37 merged map[string]interface{}
38 live map[string]interface{}
39}
40
41var _ Object = &FakeObject{}
42

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected