package
0.0.0-20241210054802-24370beab758
Repository: https://github.com/kubernetes/utils.git
Documentation: pkg.go.dev
# Structs
Empty is public since it is used by some internal API objects for conversions between external string arrays and internal sets, and conversion logic requires public types today.
# Type aliases
Set is a set of the same type elements, implemented via map[ordered]struct{} for minimal memory consumption.