mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #103851 from mtaufen/sig-arch-comp-base
Update component-base owners to include SIG-Architecture
This commit is contained in:
commit
bda4ef278d
@ -1,20 +1,21 @@
|
|||||||
# See the OWNERS docs at https://go.k8s.io/owners
|
# See the OWNERS docs at https://go.k8s.io/owners
|
||||||
|
|
||||||
approvers:
|
approvers:
|
||||||
- mtaufen
|
- sig-architecture-approvers
|
||||||
- stealthybox
|
|
||||||
- luxas
|
|
||||||
- sttts
|
|
||||||
- lavalamp
|
|
||||||
reviewers:
|
reviewers:
|
||||||
- luxas
|
- sig-architecture-approvers
|
||||||
- sttts
|
|
||||||
- stewart-yu
|
|
||||||
- dims
|
|
||||||
- dixudx
|
|
||||||
- rosti
|
|
||||||
emeritus_approvers:
|
emeritus_approvers:
|
||||||
- jbeda
|
- jbeda
|
||||||
|
- lavalamp
|
||||||
|
- luxas
|
||||||
|
- mtaufen
|
||||||
|
- stealthybox
|
||||||
|
- sttts
|
||||||
|
emeritus_reviewers:
|
||||||
|
- dixudx
|
||||||
|
- rosti
|
||||||
|
- stewart-yu
|
||||||
labels:
|
labels:
|
||||||
|
- sig/architecture
|
||||||
- sig/cluster-lifecycle
|
- sig/cluster-lifecycle
|
||||||
- sig/api-machinery
|
- sig/api-machinery
|
||||||
|
12
staging/src/k8s.io/component-base/cli/OWNERS
Normal file
12
staging/src/k8s.io/component-base/cli/OWNERS
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# See the OWNERS docs at https://go.k8s.io/owners
|
||||||
|
|
||||||
|
# Currently assigned cli to sig-cli since:
|
||||||
|
# (a) its literally named "cli"
|
||||||
|
# (b) flags are the bread-and-butter of cli tools.
|
||||||
|
|
||||||
|
approvers:
|
||||||
|
- sig-cli-maintainers
|
||||||
|
reviewers:
|
||||||
|
- sig-cli
|
||||||
|
labels:
|
||||||
|
- sig/cli
|
11
staging/src/k8s.io/component-base/codec/OWNERS
Normal file
11
staging/src/k8s.io/component-base/codec/OWNERS
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# See the OWNERS docs at https://go.k8s.io/owners
|
||||||
|
|
||||||
|
# Currently assigned codec to sig-api-machinery since its used for encoding/
|
||||||
|
# decoding KRM style manifests.
|
||||||
|
|
||||||
|
approvers:
|
||||||
|
- sig-api-machinery-api-approvers
|
||||||
|
reviewers:
|
||||||
|
- sig-api-machinery-api-reviewers
|
||||||
|
labels:
|
||||||
|
- sig/api-machinery
|
@ -7,8 +7,11 @@ approvers:
|
|||||||
- api-approvers
|
- api-approvers
|
||||||
reviewers:
|
reviewers:
|
||||||
- api-reviewers
|
- api-reviewers
|
||||||
|
emeritus_reviewers:
|
||||||
- luxas
|
- luxas
|
||||||
- mtaufen
|
- mtaufen
|
||||||
- sttts
|
- sttts
|
||||||
labels:
|
labels:
|
||||||
- kind/api-change
|
- kind/api-change
|
||||||
|
- sig/api-machinery
|
||||||
|
- sig/scheduling
|
||||||
|
17
staging/src/k8s.io/component-base/configz/OWNERS
Normal file
17
staging/src/k8s.io/component-base/configz/OWNERS
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# 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
|
17
staging/src/k8s.io/component-base/featuregate/OWNERS
Normal file
17
staging/src/k8s.io/component-base/featuregate/OWNERS
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# See the OWNERS docs at https://go.k8s.io/owners
|
||||||
|
|
||||||
|
# Currently assigned to api-approvers since feature gates are the API
|
||||||
|
# for enabling/disabling other APIs.
|
||||||
|
|
||||||
|
# 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/api-machinery
|
||||||
|
- sig/cluster-lifecycle
|
12
staging/src/k8s.io/component-base/term/OWNERS
Normal file
12
staging/src/k8s.io/component-base/term/OWNERS
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# See the OWNERS docs at https://go.k8s.io/owners
|
||||||
|
|
||||||
|
# Currently assigned this directory to sig-cli since the main use of
|
||||||
|
# term seems to be for getting terminal size when printing help text.
|
||||||
|
|
||||||
|
approvers:
|
||||||
|
- sig-cli-maintainers
|
||||||
|
reviewers:
|
||||||
|
- sig-cli
|
||||||
|
|
||||||
|
labels:
|
||||||
|
- sig/cli
|
17
staging/src/k8s.io/component-base/version/OWNERS
Normal file
17
staging/src/k8s.io/component-base/version/OWNERS
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# See the OWNERS docs at https://go.k8s.io/owners
|
||||||
|
|
||||||
|
# Currently assigned this directory to sig-api-machinery since this is
|
||||||
|
# an interface to the version definition in "k8s.io/apimachinery/pkg/version",
|
||||||
|
# and also to sig-release since this version information is set up for
|
||||||
|
# each release.
|
||||||
|
|
||||||
|
approvers:
|
||||||
|
- sig-api-machinery-api-approvers
|
||||||
|
- release-engineering-approvers
|
||||||
|
reviewers:
|
||||||
|
- sig-api-machinery-api-reviewers
|
||||||
|
- release-engineering-reviewers
|
||||||
|
|
||||||
|
labels:
|
||||||
|
- sig/api-machinery
|
||||||
|
- sig/release
|
Loading…
Reference in New Issue
Block a user