Operator
The operator code is using the Operator-SDK.
- the
apifolder contains the Go code for Operator's CRDs - the
configfolder contains the YAML manifests - the
internalfolder 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.