Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 540 Bytes

HACKING.md

File metadata and controls

18 lines (11 loc) · 540 Bytes

Dynatrace Operator

Hack on Dynatrace Operator

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.

Installation

There are automatic builds from the main branch. The latest development build can be installed using make deploy.

Tests

The unit tests can be executed as follows:

make go/test