Versions in this module Expand all Collapse all v0 v0.2.1 Oct 25, 2024 v0.2.0 Oct 14, 2024 Changes in this version + func MatchLabelSelectorFunc[O client.Object](sel labels.Selector) func(O) bool + type RefManager struct + func NewRefManager[O client.Object](c client.Client, controller client.Object, match func(O) bool) *RefManager[O] + func (r *RefManager[O]) ClaimObject(ctx context.Context, obj O) (bool, error)