2018-09-27 14:20:02 -03:00
|
|
|
# See the OWNERS docs at https://go.k8s.io/owners
|
2019-03-28 20:43:46 -03:00
|
|
|
|
2018-12-05 13:27:09 -03:00
|
|
|
# Disable inheritance as this is an api owners file
|
|
|
|
|
options:
|
|
|
|
|
no_parent_owners: true
|
2018-09-27 14:20:02 -03:00
|
|
|
filters:
|
|
|
|
|
".*":
|
|
|
|
|
approvers:
|
|
|
|
|
- api-approvers
|
|
|
|
|
reviewers:
|
|
|
|
|
- api-reviewers
|
|
|
|
|
|
|
|
|
|
# examples:
|
|
|
|
|
# pkg/api/types.go
|
|
|
|
|
# pkg/api/*/register.go
|
|
|
|
|
"([^/]+/)?(register|types)\\.go$":
|
|
|
|
|
labels:
|
|
|
|
|
- kind/api-change
|