v0.0.6
Pre-release
Pre-release
- implement logic to update a cluster
- log to stdout when a cluster has been created successfully (CREATING->IDLE)
- refactoring - create k8s and atlas client per operator and not for each CRD
this is needed to start with unit tests in order to be able to mock both clients - use kubebuilder annotations to generate CRDs
- improve log output and cluster creation/fetching code