Operator
The operator code is using the Operator-SDK.
- the
api
folder contains the Go code for Operator's CRDs - the
config
folder contains the YAML manifests - the
internal
folder contains the code for the reconcilers
Run Tests
To run unit tests you can execute the make test
command.
To run e2e tests, take a look at the Run End-to-End Test section.