Documentation ¶
Index ¶
- Variables
- type Adder
- func (a *Adder) Add(mgr manager.Manager) error
- func (a *Adder) InjectControllerSwitch(_ *watch.ControllerSwitch)
- func (a *Adder) InjectExpansionSystem(_ *expansion.System)
- func (a *Adder) InjectMutationSystem(_ *mutation.System)
- func (a *Adder) InjectOpa(_ *constraintclient.Client)
- func (a *Adder) InjectProviderCache(_ *externaldata.ProviderCache)
- func (a *Adder) InjectPubsubSystem(pubsubSystem *pubsub.System)
- func (a *Adder) InjectTracker(_ *readiness.Tracker)
- func (a *Adder) InjectWatchManager(_ *watch.Manager)
- type Reconciler
Constants ¶
This section is empty.
Variables ¶
View Source
var (
PubsubEnabled = flag.Bool("enable-pub-sub", false, "Enabled pubsub to publish messages")
)
Functions ¶
This section is empty.
Types ¶
type Adder ¶
func (*Adder) InjectControllerSwitch ¶
func (a *Adder) InjectControllerSwitch(_ *watch.ControllerSwitch)
func (*Adder) InjectExpansionSystem ¶
func (*Adder) InjectMutationSystem ¶
func (*Adder) InjectOpa ¶
func (a *Adder) InjectOpa(_ *constraintclient.Client)
func (*Adder) InjectProviderCache ¶
func (a *Adder) InjectProviderCache(_ *externaldata.ProviderCache)
func (*Adder) InjectPubsubSystem ¶
func (*Adder) InjectTracker ¶
func (*Adder) InjectWatchManager ¶
Click to show internal directories.
Click to hide internal directories.