Documentation ¶
Index ¶
- type Adder
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adder ¶
type Adder struct { MutationSystem *mutation.System Tracker *readiness.Tracker GetPod func(context.Context) (*corev1.Pod, error) }
func (*Adder) InjectControllerSwitch ¶
func (a *Adder) InjectControllerSwitch(cs *watch.ControllerSwitch)
func (*Adder) InjectGetPod ¶
func (*Adder) InjectMutationSystem ¶
func (*Adder) InjectOpa ¶
func (a *Adder) InjectOpa(o *constraintclient.Client)
func (*Adder) InjectProviderCache ¶
func (a *Adder) InjectProviderCache(providerCache *externaldata.ProviderCache)
func (*Adder) InjectTracker ¶
func (*Adder) InjectWatchManager ¶
Click to show internal directories.
Click to hide internal directories.