OWNERS 367 B

12345678910111213141516171819
  1. # See the OWNERS docs at https://go.k8s.io/owners
  2. # Disable inheritance as this is an api owners file
  3. options:
  4. no_parent_owners: true
  5. filters:
  6. ".*":
  7. approvers:
  8. - api-approvers
  9. reviewers:
  10. - api-reviewers
  11. # examples:
  12. # pkg/api/types.go
  13. # pkg/api/*/register.go
  14. "([^/]+/)?(register|types)\\.go$":
  15. labels:
  16. - kind/api-change