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

Method Watch

testing/fixture.go:64–64  ·  view source on GitHub ↗

Watch watches objects from the tracker. Watch returns a channel which will push added / modified / deleted object.

(gvr schema.GroupVersionResource, ns string)

Source from the content-addressed store, hash-verified

62 // Watch watches objects from the tracker. Watch returns a channel
63 // which will push added / modified / deleted object.
64 Watch(gvr schema.GroupVersionResource, ns string) (watch.Interface, error)
65}
66
67// ObjectScheme abstracts the implementation of common operations on objects.

Callers 6

NewSimpleClientsetFunction · 0.95
NewSimpleDynamicClientFunction · 0.95
TestWatchAddAfterStopFunction · 0.95

Implementers 1

trackertesting/fixture.go

Calls

no outgoing calls

Tested by 4

TestWatchAddAfterStopFunction · 0.76