Operator SDK is the underlying framework for Dynatrace Operator. The operator-sdk
tool needs to be installed upfront as outlined in the
Operator SDK User Guide.
There are automatic builds from the main branch. The latest development build can be installed using make deploy
.
The unit tests can be executed as follows:
make go/test