package
0.0.0-20241210054802-24370beab758
Repository: https://github.com/kubernetes/utils.git
Documentation: pkg.go.dev
# Functions
Clone returns a new clone of s.
Contains reports whether v is present in s.
Equal reports whether two slices are equal: the same length and all elements equal.
Filter appends to d each element e of s for which keep(e) returns true.
Index returns the index of the first occurrence of v in s, or -1 if not present.