package
0.0.3
Repository: https://github.com/bhojpur/knative-pkg.git
Documentation: pkg.go.dev

# Functions

ChooseSubset consistently chooses n items from `from`, using `target` as a seed value.
Returns a single element from the set.
NewBucketSet creates a new bucket set with the given universe of bucket names.

# Structs

Bucket implements reconciler.Bucket and wraps around BuketSet for bucketing functions.
BucketSet answers to what bucket does key X belong in a consistent manner (consistent as in consistent hashing).