Skip to content

v0.0.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@Knappek Knappek released this 06 Sep 16:15
· 8 commits to master since this 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