# Functions
GetLabelSelector returns label selector.
GetOperatorNamespace returns the namespace the operator should be running in.
PString Returns a string value from a pointer.
StringP Returns a pointer of a string variable.
TimeElapsed prints time it takes to execute a function Usage: defer TimeElapsed("function-name")().