Modified CRD to support Owner struct.
Added Tenant name validation webhook.
Rewrote owner_reference hook logic.
Updated and added new e2e tests.
Co-authored-by: Maksim Fedotov <m_fedotov@wargaming.net>
* Avoiding race condition on Capsule installation
The TLS Secret controller needs to wait for the CA one in order to
retrieve the updated one, otherwise it could use a non-stored CA.
* Linting
Minor linting fixes
* Makefile for Docker Image
Providing `make docker-image` to speed-up generation of Docker image