Documentation
¶
Index ¶
- func CommonOptions(maxConcurrentReconciles int) controller.Options
- func GetShardRequirement(shard string, isDefaultController bool) (*labels.Requirement, error)
- type ResponsibleFor
- func (i ResponsibleFor[T]) Create(e event.TypedCreateEvent[T]) bool
- func (i ResponsibleFor[T]) Delete(e event.TypedDeleteEvent[T]) bool
- func (i ResponsibleFor[T]) Generic(e event.TypedGenericEvent[T]) bool
- func (i ResponsibleFor[T]) IsResponsible(obj client.Object) bool
- func (i ResponsibleFor[T]) Update(e event.TypedUpdateEvent[T]) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommonOptions ¶
func CommonOptions(maxConcurrentReconciles int) controller.Options