Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
kubebuilder/OWNERS_ALIASES
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
30 lines (26 sloc)
800 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md | |
aliases: | |
# active folks who can be contacted to perform admin-related | |
# tasks on the repo, or otherwise approve any PRs. | |
kubebuilder-admins: | |
- camilamacedo86 | |
- varshaprasad96 | |
# non-admin folks who can approve any PRs in the repo | |
kubebuilder-approvers: | |
# folks who can review and LGTM any PRs in the repo (doesn't include | |
# approvers & admins -- those count too via the OWNERS file) | |
kubebuilder-reviewers: | |
- joelanford | |
- rashmigottipati | |
- everettraven | |
- Kavinjsir | |
# folks who may have context on ancient history, | |
# but are no longer directly involved | |
kubebuilder-emeritus-approvers: | |
- adirio | |
- directxman12 | |
- droot | |
- estroz | |
- jmrodri | |
- mengqiy | |
- pwittrock |