Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Digest256 ¶
Digest256 returns a sha256 hash of the input string. The hash is represented as a hexadecimal string of length 64.
func Digest32 ¶
Digest32 returns a 32-bit hash of the input string. The hash is represented as a hexadecimal string of length 8.
func GetHashedName ¶
GetHashedName returns a partially hashed name for the string including up to the given length of the original name characters before the hash. Input `nsName` should be formatted as `{Namespace}/{ResourceName}`.
func NamespacedName ¶
func NamespacedName(obj client.Object) types.NamespacedName
NamespacedName creates and returns object's NamespacedName.
Types ¶
type NamespacedNameWithGroupKind ¶
type NamespacedNameWithGroupKind struct { types.NamespacedName schema.GroupKind }
func GetNamespacedNameWithGroupKind ¶
func GetNamespacedNameWithGroupKind(obj client.Object) NamespacedNameWithGroupKind
GetNamespacedNameWithGroupKind creates and returns object's NamespacedNameWithGroupKind.
Click to show internal directories.
Click to hide internal directories.