This repo contains Weka k8s Custom Resource Definitions (CRDs) and corresponding Go type definitions.
To contribute to this project, follow these steps to set up your development environment:
This project uses pre-commit to automate checks before each commit. To set it up:
- Install
pre-commit:pip install pre-commit
- Install the hooks:
pre-commit install
- (Optional) Run the hooks on all files to ensure compliance:
pre-commit run --all-files