Documentation ¶
Index ¶
- type Adder
- func (a *Adder) Add(mgr manager.Manager) error
- func (a *Adder) InjectControllerSwitch(_ *watch.ControllerSwitch)
- func (a *Adder) InjectGetPod(getPod func(ctx context.Context) (*corev1.Pod, error))
- func (a *Adder) InjectMutationSystem(mutationSystem *mutation.System)
- func (a *Adder) InjectTracker(t *readiness.Tracker)
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(_ *watch.ControllerSwitch)
func (*Adder) InjectGetPod ¶
func (*Adder) InjectMutationSystem ¶
func (*Adder) InjectTracker ¶
Click to show internal directories.
Click to hide internal directories.