Documentation ¶
Index ¶
- type Adder
- func (a *Adder) Add(mgr manager.Manager) error
- func (a *Adder) InjectCFClient(c *constraintclient.Client)
- func (a *Adder) InjectControllerSwitch(_ *watch.ControllerSwitch)
- func (a *Adder) InjectProviderCache(providerCache *frameworksexternaldata.ProviderCache)
- func (a *Adder) InjectTracker(t *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 { CFClient *constraintclient.Client ProviderCache *frameworksexternaldata.ProviderCache Tracker *readiness.Tracker }
func (*Adder) Add ¶
Add creates a new ExternalData 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) InjectCFClient ¶ added in v3.14.0
func (a *Adder) InjectCFClient(c *constraintclient.Client)
func (*Adder) InjectControllerSwitch ¶
func (a *Adder) InjectControllerSwitch(_ *watch.ControllerSwitch)
func (*Adder) InjectProviderCache ¶
func (a *Adder) InjectProviderCache(providerCache *frameworksexternaldata.ProviderCache)
func (*Adder) InjectTracker ¶
Click to show internal directories.
Click to hide internal directories.