Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckSliceContainment ¶
func CheckSliceContainment[T comparable](needles, haystack []T) []T
func MapSlice ¶
Applies a function to each element of a slice, returning a new slice with the results
func UniqueSliceElements ¶
func UniqueSliceElements[T comparable](inputSlice []T) []T
Removes duplicate elements from a slice
func ValidateNamespaceName ¶ added in v0.26.0
ValidateNamespaceName checks if the namespace name is valid according to Kubernetes conventions and returns an error if it's not valid.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.