Kubernetes projects require that you sign a Contributor License Agreement (CLA) before we can accept your pull requests.
Please see https://git.k8s.io/community/CLA.md for more info
- Submit an issue describing your proposed change
- The repo owners will respond to your issue promptly.
- Develop and test your code changes.
- Submit a pull request.
See Travis file to check the travis tests. It is setup to run for all pull requests.
In the Pull request check the CI job continuous-integration/travis-ci/pr and click on Details.
This project uses and is built with kubebuilder.
To regenerate code after changes to the Application CRD, run make generate. Typically make all would take care of it. Make sure you add enough tests. Update the example