v0.4.14: Improve recreation of instances (#48)
* add linting support
* fix linting issue
* add documentation for annotations
* Implement exponential back-off for recreation
* add generated files
* use suite_test to support several integrations tests
* Update controll tool version and update CRDs
* Add the tests for Service instance controller
* Update internal/controllers/suite_test.go
Co-authored-by: uwefreidank <[email protected]>
* Adopted the suggession for a test
* Add generated file api/v1alpha1/zz_generated.deepcopy.go
* reverting back the changes to original code for create instance fails test
* Make infinite retries as the default behavior
* Added test for infinite retry
* Adding comment for use of the reconcileTimeout
* Update documentation of the annotations
---------
Co-authored-by: RalfHammer <[email protected]>
Co-authored-by: shilparamasamyreddy <[email protected]>
Co-authored-by: uwefreidank <[email protected]>