MCPcopy
hub / github.com/kubernetes/client-go / GetObjectKind

Method GetObjectKind

tools/watch/until_test.go:41–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41func (obj *fakePod) GetObjectKind() schema.ObjectKind { return schema.EmptyObjectKind }
42func (obj *fakePod) DeepCopyObject() runtime.Object { panic("DeepCopyObject not supported by fakePod") }
43
44func TestUntil(t *testing.T) {

Callers 2

GetReferenceFunction · 0.45
fakeScaleClientFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected