...

Text file src/k8s.io/component-base/configz/OWNERS

Documentation: k8s.io/component-base/configz

     1# See the OWNERS docs at https://go.k8s.io/owners
     2
     3# For lack of a better idea, assigned configz to api-approvers because
     4# configz is an API that has been around for a long time, even if we don't
     5# guarantee its stability.
     6
     7# Disable inheritance as this is an api owners file
     8options:
     9  no_parent_owners: true
    10approvers:
    11  - api-approvers
    12reviewers:
    13  - api-reviewers
    14labels:
    15  - kind/api-change
    16  - sig/cluster-lifecycle

View as plain text