CR deletion must check that all the headers are present before proceeding
At KubernetesClientResource.deleteCR() method, the created kubernetes resource requires org.etsi.osl.prefixName header. If the header is not available, the "name" property is not set and it acts as a wildcard, deleting all CRs.
Edited by Kostis Trantzas