//
pkg.gl
Category
github.com/kaloom/kubernetes-common
gset
package
0.1.5
Repository:
https://github.com/kaloom/kubernetes-common.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
1
Files
143 SLOC
#
Functions
NewBuilder
NewBuilder returns a mutable GSet builder.
NewGSet
NewGSet returns a new GSet containing the supplied elements.
#
Structs
Builder
Builder is a mutable builder for GSet (Generic Set).
GSet
GSet is a thread-safe, immutable set-like data structure for names (strings).
KV
KV a key/val for GSet where the key is the set element name.
#
Interfaces
GValue
GValue a value object associated with the set element name.
#
Type aliases
KVSlice
KVSlice a slice of KV.