Documentation
¶
Index ¶
- func DeepHashString(obj interface{}) string
- func GetKey(obj metav1.Object) client.ObjectKey
- func IsNil(v interface{}) bool
- func MergeMap(sources ...map[string]string) map[string]string
- func RemoveValue(slice []string, value string) []string
- func SliceContains(slice []string, s string) bool
- func UnmarshalToMap(data []byte) (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeepHashString ¶
func DeepHashString(obj interface{}) string
func MergeMap ¶
MergeMap will take two or more maps, merging the entries of the sources map into a destination map. If both maps share the same key then destination's value for that key will be overwritten with what's in source.
func RemoveValue ¶
func SliceContains ¶
func UnmarshalToMap ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.