https://github.com/atlassian-archive/ctrl
Tiny Kubernetes controller framework
https://github.com/atlassian-archive/ctrl
kubernetes kubernetes-controller
Last synced: over 1 year ago
JSON representation
Tiny Kubernetes controller framework
- Host: GitHub
- URL: https://github.com/atlassian-archive/ctrl
- Owner: atlassian-archive
- License: apache-2.0
- Archived: true
- Created: 2018-04-30T10:35:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T07:12:12.000Z (almost 4 years ago)
- Last Synced: 2024-10-29T16:58:43.299Z (over 1 year ago)
- Topics: kubernetes, kubernetes-controller
- Language: Go
- Size: 148 KB
- Stars: 15
- Watchers: 40
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ctrl
A tiny framework for building a particular type of Kubernetes controllers. Opinionated, of course.
## Contributing
Pull requests, issues and comments welcome. For pull requests:
* Add tests for new features and bug fixes
* Follow the existing style
* Separate unrelated changes into multiple pull requests
See the existing issues for things to start contributing.
For bigger changes, make sure you start a discussion first by creating an issue and explaining the intended change.
Atlassian requires contributors to sign a Contributor License Agreement, known as a CLA. This serves as a record
stating that the contributor is entitled to contribute the code/documentation/translation to the project and is willing
to have it used in distributions and derivative works (or is willing to transfer ownership).
Prior to accepting your contributions we ask that you please follow the appropriate link below to digitally sign the
CLA. The Corporate CLA is for those who are contributing as a member of an organization and the individual CLA is for
those contributing as an individual.
* [CLA for corporate contributors](https://na2.docusign.net/Member/PowerFormSigning.aspx?PowerFormId=e1c17c66-ca4d-4aab-a953-2c231af4a20b)
* [CLA for individuals](https://na2.docusign.net/Member/PowerFormSigning.aspx?PowerFormId=3f94fbdc-2fbe-46ac-b14c-5d152700ae5d)
## License
Copyright (c) 2018 Atlassian and others. Apache 2.0 licensed, see LICENSE file.