Documentation ¶
Index ¶
- type Adder
- func (a *Adder) Add(mgr manager.Manager) error
- func (a *Adder) InjectControllerSwitch(_ *watch.ControllerSwitch)
- func (a *Adder) InjectExpansionSystem(expansionSystem *expansion.System)
- func (a *Adder) InjectGetPod(getPod func(ctx context.Context) (*corev1.Pod, error))
- func (a *Adder) InjectTracker(tracker *readiness.Tracker)
- type Reconciler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adder ¶
type Adder struct { WatchManager *watch.Manager ExpansionSystem *expansion.System Tracker *readiness.Tracker // GetPod returns an instance of the currently running Gatekeeper pod GetPod func(context.Context) (*corev1.Pod, error) }
func (*Adder) InjectControllerSwitch ¶
func (a *Adder) InjectControllerSwitch(_ *watch.ControllerSwitch)
func (*Adder) InjectExpansionSystem ¶
func (*Adder) InjectGetPod ¶
func (*Adder) InjectTracker ¶
Click to show internal directories.
Click to hide internal directories.