Documentation ¶
Index ¶
- func PodStatusToMutatorMapper(selfOnly bool, kindMatch string, packerMap handler.MapFunc) handler.MapFunc
- type Adder
- func (a *Adder) Add(mgr manager.Manager) error
- func (a *Adder) InjectControllerSwitch(cs *watch.ControllerSwitch)
- 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)
- type PackerMap
- type ReconcileMutatorStatus
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Adder ¶
type Adder struct { WatchManager *watch.Manager ControllerSwitch *watch.ControllerSwitch }
func (*Adder) Add ¶
Add creates a new Mutator Status Controller and adds it to the Manager. The Manager will set fields on the Controller and Start it when the Manager is Started.
func (*Adder) InjectControllerSwitch ¶
func (a *Adder) InjectControllerSwitch(cs *watch.ControllerSwitch)
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 ¶
type ReconcileMutatorStatus ¶
type ReconcileMutatorStatus struct {
// contains filtered or unexported fields
}
ReconcileMutatorStatus reconciles an arbitrary mutator object described by Kind.
Click to show internal directories.
Click to hide internal directories.