This MR changes the signature of our Patcher
as follows: As argument, patchers now take a list of KuberneteResources
and modify all the specified resources. Patchers
now return a list of KubernetesResources
without modifying the originals.
Additionally, this MR adds patchers to replicate a PLS deployment.
At the moment, there is an open point:
CustomResource<*,*>
.