lumigo-io / lumigo-kubernetes-operator

The Kubernetes operator of Lumigo provides a one-click solution to monitoring Kubernetes clusters with Lumigo
Apache License 2.0
16 stars 5 forks source link

fix: Multiple fixes and introduce end-to-end kind-based test harness #45

Closed mmanciop closed 1 year ago

mmanciop commented 1 year ago

To get to a more healthy setup in terms of how to build the operator inside the Kind tests, the code has been moved around a bit, nesting everything related with the controller under controller/, and adding to the setup a go.work file.