package
0.1.5
Repository: https://github.com/kaloom/kubernetes-common.git
Documentation: pkg.go.dev

# Functions

NewBuilder returns a mutable GSet builder.
NewGSet returns a new GSet containing the supplied elements.

# Structs

Builder is a mutable builder for GSet (Generic Set).
GSet is a thread-safe, immutable set-like data structure for names (strings).
KV a key/val for GSet where the key is the set element name.

# Interfaces

GValue a value object associated with the set element name.

# Type aliases

KVSlice a slice of KV.