utils

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ComputeHash

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

ComputeHash returns a hash value calculated from object and a collisionCount to avoid hash collision. The hash will be safe encoded to avoid bad words. ref. https://github.com/kubernetes/kubernetes/blob/f803daaca74ecd2a9b75d8945a6b5403aa5e47a9/pkg/controller/controller_utils.go#L1189-L1201

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.

Types

This section is empty.

Jump to

Keyboard shortcuts

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