...

Text file src/k8s.io/api/OWNERS

Documentation: k8s.io/api

     1# See the OWNERS docs at https://go.k8s.io/owners
     2
     3# Disable inheritance as this is an api owners file
     4options:
     5  no_parent_owners: true
     6filters:
     7  ".*":
     8    approvers:
     9      - api-approvers
    10    reviewers:
    11      - api-reviewers
    12  # only auto-label go file changes as kind/api-change
    13  "\\.go$":
    14    labels:
    15      - kind/api-change

View as plain text