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

Interface Injector

pkg/controller/controller.go:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52)
53
54type Injector interface {
55 InjectTracker(tracker *readiness.Tracker)
56
57 Add(mgr manager.Manager) error
58}
59
60type GetPodInjector interface {
61 InjectGetPod(func(context.Context) (*corev1.Pod, error))

Callers 9

AddToManagerFunction · 0.65
setupControllersFunction · 0.65
SetupTrackerNoReadyzFunction · 0.65
RunMethod · 0.65
setupManagerFunction · 0.65
Test_CollectDeletedFunction · 0.65

Implementers 14

Adderpkg/controller/syncset/syncset_control
Adderpkg/controller/constrainttemplate/cons
Adderpkg/controller/externaldatastatus/exte
Adderpkg/controller/mutatorstatus/mutatorst
Adderpkg/controller/constraint/constraint_c
Adderpkg/controller/expansionstatus/expansi
Adderpkg/controller/mutators/instances/muta
Adderpkg/controller/expansion/expansion_con
Adderpkg/controller/connectionstatus/connec
Adderpkg/controller/webhookconfig/webhookco
Adderpkg/controller/externaldata/externalda
Adderpkg/controller/configstatus/configstat

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…