package
Version:
v0.0.0-...-ba90866
Opens a new window with list of versions in this module.
Published: Apr 16, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
func FilterFunc[S, T any](a []S, b []T, fn func(S, T) bool) []S
-
func FilterMapFunc[S, T comparable](a map[S]T, fn func(S, T) bool) map[S]T
-
func ListDiff(a, b []string) []string
-
func ModifyFunc[S, T any](a []S, b []T, fn func(S, T) S) []S
-
func ObjectFromKind(kind string) (client.Object, error)
func FilterFunc[S, T any](a []S, b []T, fn func(S, T) bool) []S
func FilterMapFunc[S, T comparable](a map[S]T, fn func(S, T) bool) map[S]T
func ModifyFunc[S, T any](a []S, b []T, fn func(S, T) S) []S
Source Files
¶
Click to show internal directories.
Click to hide internal directories.