MCPcopy
hub / github.com/open-policy-agent/gatekeeper / RemoveInformer

Method RemoveInformer

pkg/watch/manager.go:67–67  ·  view source on GitHub ↗
(_ context.Context, obj client.Object)

Source from the content-addressed store, hash-verified

65 GetInformer(_ context.Context, obj client.Object, opts ...cache.InformerGetOption) (cache.Informer, error)
66 List(ctx context.Context, list client.ObjectList, opts ...client.ListOption) error
67 RemoveInformer(_ context.Context, obj client.Object) error
68}
69
70func New(c RemovableCache) (*Manager, error) {

Callers 1

doRemoveWatchMethod · 0.65

Implementers 2

fakeRemovableCachepkg/watch/manager_test.go
funcCachepkg/watch/manager_test.go

Calls

no outgoing calls

Tested by

no test coverage detected