File: OWNERS

package info (click to toggle)
golang-k8s-component-base 0.32.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,432 kB
  • sloc: makefile: 4
file content (16 lines) | stat: -rw-r--r-- 423 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# See the OWNERS docs at https://go.k8s.io/owners

# For lack of a better idea, assigned configz to api-approvers because
# configz is an API that has been around for a long time, even if we don't
# guarantee its stability.

# Disable inheritance as this is an api owners file
options:
  no_parent_owners: true
approvers:
  - api-approvers
reviewers:
  - api-reviewers
labels:
  - kind/api-change
  - sig/cluster-lifecycle