# Functions
MakeFactory creates a testing factory for our controller.Reconciler, and initializes a Reconciler using the given Ctor as part of the process.
NewListers returns a new instance of Listers initialized with the given objects.
NewScheme returns a new scheme populated with the types defined in clientSetSchemes.
ToUnstructured takes a list of k8s resources and converts them to Unstructured objects.
# Type aliases
Ctor functions create a k8s controller with given params.