utils

package
v1.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 11, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ComputeFNV32Hash added in v1.3.0

func ComputeFNV32Hash(obj interface{}, collisionCount *int32) string

ComputeHash returns a fnv32 hash value calculated from pod template and a collisionCount to avoid hash collision. The hash will be safe encoded to avoid bad words.

func ComputeSHA256Hash added in v1.3.0

func ComputeSHA256Hash(obj interface{}, collisionCount *int32) string

ComputeHash returns a sha236 hash value calculated from pod template and a collisionCount to avoid hash collision. The hash will be safe encoded to avoid bad words.

func Contains added in v1.1.0

func Contains[T comparable](elems []T, v T) bool

Slice contains check.

func CopyMap added in v1.1.0

func CopyMap[K comparable, V interface{}](toCopy map[K]V) map[K]V

func DeepHashObject

func DeepHashObject(hasher hash.Hash, objectToWrite interface{})

DeepHashObject writes specified object to hash using the spew library which follows pointers and prints actual values of the nested objects ensuring the hash does not change when a pointer changes.

func ImageURLWithOverride added in v1.5.0

func ImageURLWithOverride(img string) (string, error)

func MergeKeysFrom added in v1.1.0

func MergeKeysFrom(base, additional map[string]string) map[string]string

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL