Versions in this module Expand all Collapse all v0 v0.0.0 May 19, 2026 Changes in this version + var ErrNotAssigned = errors.New("item not assigned to this replica") + func Hash(item string, replicas []string) string + type Hasher struct + func New(kc kubernetes.Interface, namespace, applicationName, replicaName string, ...) *Hasher + func (h *Hasher) AssignedToThisReplica(ctx context.Context, item string) bool + func (h *Hasher) Run(ctx context.Context)