This repository contains shared utilities and packages for controller-runtime based projects at OpenShift.
make help # Show all available targets
make lint # Run golangci-lint
make test # Run tests with race detector
make verify # Run all verification checks- Avoid circular dependencies - This is the top priority
- Minimize external dependencies - Especially avoid conflicts with controller-runtime
- Use Ginkgo/Gomega for tests
- Follow
.golangci.yaml