sigs.k8s.io/controller-runtime@v0.18.2/OWNERS_ALIASES (about)

     1  # See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md
     2  
     3  aliases:
     4    # active folks who can be contacted to perform admin-related
     5    # tasks on the repo, or otherwise approve any PRS.
     6    controller-runtime-admins:
     7    - vincepri
     8    - joelanford
     9  
    10    # non-admin folks who have write-access and can approve any PRs in the repo
    11    controller-runtime-maintainers:
    12    - alvaroaleman
    13    - joelanford
    14    - sbueringer
    15    - vincepri
    16  
    17    # non-admin folks who can approve any PRs in the repo
    18    controller-runtime-approvers:
    19    - fillzpp
    20  
    21    # folks who can review and LGTM any PRs in the repo (doesn't
    22    # include approvers & admins -- those count too via the OWNERS
    23    # file)
    24    controller-runtime-reviewers:
    25    - varshaprasad96
    26    - inteon
    27  
    28    # folks who may have context on ancient history,
    29    # but are no longer directly involved
    30    controller-runtime-emeritus-maintainers:
    31    - directxman12
    32    controller-runtime-emeritus-admins:
    33    - droot
    34    - mengqiy
    35    - pwittrock