Documentation ¶
Index ¶
- type ConfigForConfigSetEventHandler
- func (r *ConfigForConfigSetEventHandler) Create(ctx context.Context, evt event.CreateEvent, ...)
- func (r *ConfigForConfigSetEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, ...)
- func (r *ConfigForConfigSetEventHandler) Generic(ctx context.Context, evt event.GenericEvent, ...)
- func (r *ConfigForConfigSetEventHandler) Update(ctx context.Context, evt event.UpdateEvent, ...)
- type SecretForDiscoveryRuleEventHandler
- func (r *SecretForDiscoveryRuleEventHandler) Create(ctx context.Context, evt event.CreateEvent, ...)
- func (r *SecretForDiscoveryRuleEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, ...)
- func (r *SecretForDiscoveryRuleEventHandler) Generic(ctx context.Context, evt event.GenericEvent, ...)
- func (r *SecretForDiscoveryRuleEventHandler) Update(ctx context.Context, evt event.UpdateEvent, ...)
- type SecretForSchemaEventHandler
- func (r *SecretForSchemaEventHandler) Create(ctx context.Context, evt event.CreateEvent, ...)
- func (r *SecretForSchemaEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, ...)
- func (r *SecretForSchemaEventHandler) Generic(ctx context.Context, evt event.GenericEvent, ...)
- func (r *SecretForSchemaEventHandler) Update(ctx context.Context, evt event.UpdateEvent, ...)
- type SecretForTargetEventHandler
- func (r *SecretForTargetEventHandler) Create(ctx context.Context, evt event.CreateEvent, ...)
- func (r *SecretForTargetEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, ...)
- func (r *SecretForTargetEventHandler) Generic(ctx context.Context, evt event.GenericEvent, ...)
- func (r *SecretForTargetEventHandler) Update(ctx context.Context, evt event.UpdateEvent, ...)
- type TargetConnProfileForDiscoveryRuleEventHandler
- func (r *TargetConnProfileForDiscoveryRuleEventHandler) Create(ctx context.Context, evt event.CreateEvent, ...)
- func (r *TargetConnProfileForDiscoveryRuleEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, ...)
- func (r *TargetConnProfileForDiscoveryRuleEventHandler) Generic(ctx context.Context, evt event.GenericEvent, ...)
- func (r *TargetConnProfileForDiscoveryRuleEventHandler) Update(ctx context.Context, evt event.UpdateEvent, ...)
- type TargetConnProfileForTargetEventHandler
- func (r *TargetConnProfileForTargetEventHandler) Create(ctx context.Context, evt event.CreateEvent, ...)
- func (r *TargetConnProfileForTargetEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, ...)
- func (r *TargetConnProfileForTargetEventHandler) Generic(ctx context.Context, evt event.GenericEvent, ...)
- func (r *TargetConnProfileForTargetEventHandler) Update(ctx context.Context, evt event.UpdateEvent, ...)
- type TargetForConfigEventHandler
- func (r *TargetForConfigEventHandler) Create(ctx context.Context, evt event.CreateEvent, ...)
- func (r *TargetForConfigEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, ...)
- func (r *TargetForConfigEventHandler) Generic(ctx context.Context, evt event.GenericEvent, ...)
- func (r *TargetForConfigEventHandler) Update(ctx context.Context, evt event.UpdateEvent, ...)
- type TargetForConfigSet
- func (r *TargetForConfigSet) Create(ctx context.Context, evt event.CreateEvent, ...)
- func (r *TargetForConfigSet) Delete(ctx context.Context, evt event.DeleteEvent, ...)
- func (r *TargetForConfigSet) Generic(ctx context.Context, evt event.GenericEvent, ...)
- func (r *TargetForConfigSet) Update(ctx context.Context, evt event.UpdateEvent, ...)
- type TargetSyncProfileForDiscoveryRuleEventHandler
- func (r *TargetSyncProfileForDiscoveryRuleEventHandler) Create(ctx context.Context, evt event.CreateEvent, ...)
- func (r *TargetSyncProfileForDiscoveryRuleEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, ...)
- func (r *TargetSyncProfileForDiscoveryRuleEventHandler) Generic(ctx context.Context, evt event.GenericEvent, ...)
- func (r *TargetSyncProfileForDiscoveryRuleEventHandler) Update(ctx context.Context, evt event.UpdateEvent, ...)
- type TargetSyncProfileForTargetEventHandler
- func (r *TargetSyncProfileForTargetEventHandler) Create(ctx context.Context, evt event.CreateEvent, ...)
- func (r *TargetSyncProfileForTargetEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, ...)
- func (r *TargetSyncProfileForTargetEventHandler) Generic(ctx context.Context, evt event.GenericEvent, ...)
- func (r *TargetSyncProfileForTargetEventHandler) Update(ctx context.Context, evt event.UpdateEvent, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigForConfigSetEventHandler ¶
func (*ConfigForConfigSetEventHandler) Create ¶
func (r *ConfigForConfigSetEventHandler) Create(ctx context.Context, evt event.CreateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request
func (*ConfigForConfigSetEventHandler) Delete ¶
func (r *ConfigForConfigSetEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request
func (*ConfigForConfigSetEventHandler) Generic ¶
func (r *ConfigForConfigSetEventHandler) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request
func (*ConfigForConfigSetEventHandler) Update ¶
func (r *ConfigForConfigSetEventHandler) Update(ctx context.Context, evt event.UpdateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request
type SecretForDiscoveryRuleEventHandler ¶ added in v0.0.39
func (*SecretForDiscoveryRuleEventHandler) Create ¶ added in v0.0.39
func (r *SecretForDiscoveryRuleEventHandler) Create(ctx context.Context, evt event.CreateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request for all ip allocation within the ipam
func (*SecretForDiscoveryRuleEventHandler) Delete ¶ added in v0.0.39
func (r *SecretForDiscoveryRuleEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request for all ip allocation within the ipam
func (*SecretForDiscoveryRuleEventHandler) Generic ¶ added in v0.0.39
func (r *SecretForDiscoveryRuleEventHandler) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request for all ip allocation within the ipam
func (*SecretForDiscoveryRuleEventHandler) Update ¶ added in v0.0.39
func (r *SecretForDiscoveryRuleEventHandler) Update(ctx context.Context, evt event.UpdateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request for all ip allocation within the ipam
type SecretForSchemaEventHandler ¶ added in v0.0.27
func (*SecretForSchemaEventHandler) Create ¶ added in v0.0.27
func (r *SecretForSchemaEventHandler) Create(ctx context.Context, evt event.CreateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request
func (*SecretForSchemaEventHandler) Delete ¶ added in v0.0.27
func (r *SecretForSchemaEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request
func (*SecretForSchemaEventHandler) Generic ¶ added in v0.0.27
func (r *SecretForSchemaEventHandler) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request
func (*SecretForSchemaEventHandler) Update ¶ added in v0.0.27
func (r *SecretForSchemaEventHandler) Update(ctx context.Context, evt event.UpdateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request
type SecretForTargetEventHandler ¶ added in v0.0.39
func (*SecretForTargetEventHandler) Create ¶ added in v0.0.39
func (r *SecretForTargetEventHandler) Create(ctx context.Context, evt event.CreateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request for all ip allocation within the ipam
func (*SecretForTargetEventHandler) Delete ¶ added in v0.0.39
func (r *SecretForTargetEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request for all ip allocation within the ipam
func (*SecretForTargetEventHandler) Generic ¶ added in v0.0.39
func (r *SecretForTargetEventHandler) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request for all ip allocation within the ipam
func (*SecretForTargetEventHandler) Update ¶ added in v0.0.39
func (r *SecretForTargetEventHandler) Update(ctx context.Context, evt event.UpdateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request for all ip allocation within the ipam
type TargetConnProfileForDiscoveryRuleEventHandler ¶ added in v0.0.39
func (*TargetConnProfileForDiscoveryRuleEventHandler) Create ¶ added in v0.0.39
func (r *TargetConnProfileForDiscoveryRuleEventHandler) Create(ctx context.Context, evt event.CreateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request
func (*TargetConnProfileForDiscoveryRuleEventHandler) Delete ¶ added in v0.0.39
func (r *TargetConnProfileForDiscoveryRuleEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request
func (*TargetConnProfileForDiscoveryRuleEventHandler) Generic ¶ added in v0.0.39
func (r *TargetConnProfileForDiscoveryRuleEventHandler) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request
func (*TargetConnProfileForDiscoveryRuleEventHandler) Update ¶ added in v0.0.39
func (r *TargetConnProfileForDiscoveryRuleEventHandler) Update(ctx context.Context, evt event.UpdateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request
type TargetConnProfileForTargetEventHandler ¶ added in v0.0.39
func (*TargetConnProfileForTargetEventHandler) Create ¶ added in v0.0.39
func (r *TargetConnProfileForTargetEventHandler) Create(ctx context.Context, evt event.CreateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request for all ip allocation within the ipam
func (*TargetConnProfileForTargetEventHandler) Delete ¶ added in v0.0.39
func (r *TargetConnProfileForTargetEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request for all ip allocation within the ipam
func (*TargetConnProfileForTargetEventHandler) Generic ¶ added in v0.0.39
func (r *TargetConnProfileForTargetEventHandler) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request for all ip allocation within the ipam
func (*TargetConnProfileForTargetEventHandler) Update ¶ added in v0.0.39
func (r *TargetConnProfileForTargetEventHandler) Update(ctx context.Context, evt event.UpdateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request for all ip allocation within the ipam
type TargetForConfigEventHandler ¶ added in v0.0.27
func (*TargetForConfigEventHandler) Create ¶ added in v0.0.27
func (r *TargetForConfigEventHandler) Create(ctx context.Context, evt event.CreateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request
func (*TargetForConfigEventHandler) Delete ¶ added in v0.0.27
func (r *TargetForConfigEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request
func (*TargetForConfigEventHandler) Generic ¶ added in v0.0.27
func (r *TargetForConfigEventHandler) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request
func (*TargetForConfigEventHandler) Update ¶ added in v0.0.27
func (r *TargetForConfigEventHandler) Update(ctx context.Context, evt event.UpdateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request
type TargetForConfigSet ¶
func (*TargetForConfigSet) Create ¶
func (r *TargetForConfigSet) Create(ctx context.Context, evt event.CreateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request
func (*TargetForConfigSet) Delete ¶
func (r *TargetForConfigSet) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request
func (*TargetForConfigSet) Generic ¶
func (r *TargetForConfigSet) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request
func (*TargetForConfigSet) Update ¶
func (r *TargetForConfigSet) Update(ctx context.Context, evt event.UpdateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request
type TargetSyncProfileForDiscoveryRuleEventHandler ¶ added in v0.0.39
func (*TargetSyncProfileForDiscoveryRuleEventHandler) Create ¶ added in v0.0.39
func (r *TargetSyncProfileForDiscoveryRuleEventHandler) Create(ctx context.Context, evt event.CreateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request for all ip allocation within the ipam
func (*TargetSyncProfileForDiscoveryRuleEventHandler) Delete ¶ added in v0.0.39
func (r *TargetSyncProfileForDiscoveryRuleEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request for all ip allocation within the ipam
func (*TargetSyncProfileForDiscoveryRuleEventHandler) Generic ¶ added in v0.0.39
func (r *TargetSyncProfileForDiscoveryRuleEventHandler) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request for all ip allocation within the ipam
func (*TargetSyncProfileForDiscoveryRuleEventHandler) Update ¶ added in v0.0.39
func (r *TargetSyncProfileForDiscoveryRuleEventHandler) Update(ctx context.Context, evt event.UpdateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request for all ip allocation within the ipam
type TargetSyncProfileForTargetEventHandler ¶ added in v0.0.39
func (*TargetSyncProfileForTargetEventHandler) Create ¶ added in v0.0.39
func (r *TargetSyncProfileForTargetEventHandler) Create(ctx context.Context, evt event.CreateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request for all ip allocation within the ipam
func (*TargetSyncProfileForTargetEventHandler) Delete ¶ added in v0.0.39
func (r *TargetSyncProfileForTargetEventHandler) Delete(ctx context.Context, evt event.DeleteEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request for all ip allocation within the ipam
func (*TargetSyncProfileForTargetEventHandler) Generic ¶ added in v0.0.39
func (r *TargetSyncProfileForTargetEventHandler) Generic(ctx context.Context, evt event.GenericEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request for all ip allocation within the ipam
func (*TargetSyncProfileForTargetEventHandler) Update ¶ added in v0.0.39
func (r *TargetSyncProfileForTargetEventHandler) Update(ctx context.Context, evt event.UpdateEvent, q workqueue.TypedRateLimitingInterface[reconcile.Request])
Create enqueues a request for all ip allocation within the ipam
Source Files ¶
- adder.go
- watch_config_for_configset.go
- watch_secret_for_dr.go
- watch_secret_for_schema.go
- watch_secret_for_target.go
- watch_target_for_config.go
- watch_target_for_configset.go
- watch_targetconnprofile_for_dr.go
- watch_targetconnprofile_for_target.go
- watch_targetsyncprofile_for_dr.go
- watch_targetsyncprofile_for_target.go