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 # examples: 13 # pkg/apis/*/types.go 14 # pkg/apis/*/*/types.go 15 "[^/]+/([^/]+/)?(register|types)\\.go$": 16 labels: 17 - kind/api-change