# Functions
DifferenceOfIntSlices returns the elements in `a` that aren't in `b` as well as elements of `a` not in `b`.
DifferenceOfStringSlices returns the elements in `a` that aren't in `b` as well as elements of `a` not in `b`.
FindOwnerRefFromList finds the owner ref of a Kubernetes object in a list of owner refs.
GenerateName takes a name as string pointer.
GetDefaultLogger returns a default zapr logger.
LabelSelectorToLabels is converting an HCloud label selector to a map of labels.
LabelsToLabelSelector is converting a map of labels to HCloud label selector.
RemoveOwnerRefFromList removes the owner reference of a Kubernetes object.
StringInList returns a boolean indicating whether strToSearch is a member of the string slice passed as the first argument.