Versions in this module Expand all Collapse all v3 v3.9.9 Jun 3, 2022 Changes in this version + type Adder struct + GetPod func(context.Context) (*corev1.Pod, error) + MutationSystem *mutation.System + Tracker *readiness.Tracker + func (a *Adder) Add(mgr manager.Manager) error + func (a *Adder) InjectControllerSwitch(cs *watch.ControllerSwitch) + func (a *Adder) InjectGetPod(getPod func(ctx context.Context) (*corev1.Pod, error)) + func (a *Adder) InjectMutationSystem(mutationSystem *mutation.System) + func (a *Adder) InjectOpa(o *constraintclient.Client) + func (a *Adder) InjectProviderCache(providerCache *externaldata.ProviderCache) + func (a *Adder) InjectTracker(t *readiness.Tracker) + func (a *Adder) InjectWatchManager(w *watch.Manager)