...

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

Documentation: k8s.io/component-base/featuregate

     1# See the OWNERS docs at https://go.k8s.io/owners
     2
     3# Currently assigned to api-approvers since feature gates are the API
     4# for enabling/disabling other APIs.
     5
     6# Disable inheritance as this is an api owners file
     7options:
     8  no_parent_owners: true
     9approvers:
    10  - api-approvers
    11reviewers:
    12  - api-reviewers
    13labels:
    14  - kind/api-change
    15  - sig/api-machinery
    16  - sig/cluster-lifecycle

View as plain text