summaryrefslogtreecommitdiffhomepage
path: root/util/set
AgeCommit message (Expand)AuthorFilesLines
2023-11-20util/set: implement json.Marshaler/Unmarshaler (#10308)Andrew Lytvynov2-0/+60
2023-11-01util/set: make Clone a method (#10044)Chris Palmer2-2/+2
2023-10-31util/set: add some more Set operations (#10022)Chris Palmer2-3/+74
2023-09-29util/set: add some useful utility functions for Set (#9535)Chris Palmer4-26/+94
2023-09-09all: use set.Set consistently instead of map[T]struct{}Brad Fitzpatrick1-0/+3
2023-08-30cmd/k8s-operator: add metrics to track usageMaisem Ali1-0/+3
2023-08-17all: use Go 1.21 slices, maps instead of x/exp/{slices,maps}Brad Fitzpatrick1-1/+2
2023-05-11util/set: add a basic map-based Set typeBrad Fitzpatrick2-0/+39
2023-04-14util/set: move Slice type from corp to ossAndrew Dunham2-0/+125
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-28util/set: add new set package for SetHandle typeBrad Fitzpatrick1-0/+30