# Functions
Diff prints the diff between two structs.
EqualPointers returns whether two pointers are equal.
GetPointer takes a value of any type and returns a pointer to it.
MustCastObject casts the client.Object to the specified type that implements it.
MustExecuteTemplate executes the template with the given data.
PrepareTimeForFakeClient processes the time similarly to the fake client from sigs.k8s.io/controller-runtime/pkg/client/fake making it is possible to use it in tests when comparing against values returned by the fake client.