mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Use aliases in sig apps and scheduling APIs OWNERS
Add alculquicondor to sig-scheduling-api-reviewers and sig-apps-api-reviewers
This commit is contained in:
parent
382a33986b
commit
7c50cd762a
@ -452,6 +452,7 @@ aliases:
|
|||||||
- janetkuo
|
- janetkuo
|
||||||
- kow3ns
|
- kow3ns
|
||||||
- soltysh
|
- soltysh
|
||||||
|
- alculquicondor
|
||||||
|
|
||||||
sig-auth-api-reviewers:
|
sig-auth-api-reviewers:
|
||||||
- enj
|
- enj
|
||||||
@ -500,9 +501,8 @@ aliases:
|
|||||||
- mm4tt
|
- mm4tt
|
||||||
- wojtek-t
|
- wojtek-t
|
||||||
|
|
||||||
# sig-scheduling-api-reviewers:
|
sig-scheduling-api-reviewers:
|
||||||
# -
|
- alculquicondor
|
||||||
# -
|
|
||||||
|
|
||||||
sig-storage-api-reviewers:
|
sig-storage-api-reviewers:
|
||||||
- deads2k
|
- deads2k
|
||||||
|
@ -1,18 +1,8 @@
|
|||||||
# See the OWNERS docs at https://go.k8s.io/owners
|
# See the OWNERS docs at https://go.k8s.io/owners
|
||||||
|
|
||||||
|
# approval on api packages bubbles to api-approvers
|
||||||
reviewers:
|
reviewers:
|
||||||
- thockin
|
- sig-apps-api-reviewers
|
||||||
- lavalamp
|
- sig-apps-api-approvers
|
||||||
- smarterclayton
|
|
||||||
- deads2k
|
|
||||||
- caesarxuchao
|
|
||||||
- pmorie
|
|
||||||
- sttts
|
|
||||||
- saad-ali
|
|
||||||
- ncdc
|
|
||||||
- dims
|
|
||||||
- errordeveloper
|
|
||||||
- m1093782566
|
|
||||||
- kevin-wangzefeng
|
|
||||||
labels:
|
labels:
|
||||||
- sig/apps
|
- sig/apps
|
||||||
|
@ -1,17 +1,8 @@
|
|||||||
# See the OWNERS docs at https://go.k8s.io/owners
|
# See the OWNERS docs at https://go.k8s.io/owners
|
||||||
|
|
||||||
|
# approval on api packages bubbles to api-approvers
|
||||||
reviewers:
|
reviewers:
|
||||||
- thockin
|
- sig-apps-api-reviewers
|
||||||
- lavalamp
|
- sig-apps-api-approvers
|
||||||
- smarterclayton
|
|
||||||
- wojtek-t
|
|
||||||
- deads2k
|
|
||||||
- caesarxuchao
|
|
||||||
- sttts
|
|
||||||
- saad-ali
|
|
||||||
- ncdc
|
|
||||||
- soltysh
|
|
||||||
- dims
|
|
||||||
- errordeveloper
|
|
||||||
labels:
|
labels:
|
||||||
- sig/apps
|
- sig/apps
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
# approval on api packages bubbles to api-approvers
|
# approval on api packages bubbles to api-approvers
|
||||||
reviewers:
|
reviewers:
|
||||||
|
- sig-apps-api-reviewers
|
||||||
- sig-apps-api-approvers
|
- sig-apps-api-approvers
|
||||||
- sig-auth-policy-approvers
|
- sig-auth-policy-approvers
|
||||||
- sig-auth-policy-reviewers
|
- sig-auth-policy-reviewers
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
# See the OWNERS docs at https://go.k8s.io/owners
|
# See the OWNERS docs at https://go.k8s.io/owners
|
||||||
|
|
||||||
|
# Disable inheritance as this is an api owners file
|
||||||
|
options:
|
||||||
|
no_parent_owners: true
|
||||||
approvers:
|
approvers:
|
||||||
- api-approvers
|
- api-approvers
|
||||||
- deads2k
|
- deads2k
|
||||||
|
@ -1,13 +1,14 @@
|
|||||||
# See the OWNERS docs at https://go.k8s.io/owners
|
# See the OWNERS docs at https://go.k8s.io/owners
|
||||||
|
|
||||||
|
# Disable inheritance as this is an api owners file
|
||||||
|
options:
|
||||||
|
no_parent_owners: true
|
||||||
approvers:
|
approvers:
|
||||||
- api-approvers
|
- api-approvers
|
||||||
- sig-scheduling-maintainers
|
|
||||||
- sttts
|
|
||||||
- luxas
|
|
||||||
reviewers:
|
reviewers:
|
||||||
- sig-scheduling
|
|
||||||
- api-reviewers
|
- api-reviewers
|
||||||
- dixudx
|
- sig-scheduling-api-reviewers
|
||||||
- luxas
|
- sig-scheduling-api-approvers
|
||||||
- sttts
|
labels:
|
||||||
|
- kind/api-change
|
||||||
|
- sig/scheduling
|
||||||
|
@ -1,16 +1,8 @@
|
|||||||
# See the OWNERS docs at https://go.k8s.io/owners
|
# See the OWNERS docs at https://go.k8s.io/owners
|
||||||
|
|
||||||
|
# approval on api packages bubbles to api-approvers
|
||||||
reviewers:
|
reviewers:
|
||||||
- thockin
|
- sig-apps-api-reviewers
|
||||||
- lavalamp
|
- sig-apps-api-approvers
|
||||||
- smarterclayton
|
labels:
|
||||||
- deads2k
|
- sig/apps
|
||||||
- caesarxuchao
|
|
||||||
- pmorie
|
|
||||||
- sttts
|
|
||||||
- saad-ali
|
|
||||||
- ncdc
|
|
||||||
- dims
|
|
||||||
- errordeveloper
|
|
||||||
- m1093782566
|
|
||||||
- kevin-wangzefeng
|
|
||||||
|
@ -1,15 +1,8 @@
|
|||||||
# See the OWNERS docs at https://go.k8s.io/owners
|
# See the OWNERS docs at https://go.k8s.io/owners
|
||||||
|
|
||||||
|
# approval on api packages bubbles to api-approvers
|
||||||
reviewers:
|
reviewers:
|
||||||
- thockin
|
- sig-apps-api-reviewers
|
||||||
- lavalamp
|
- sig-apps-api-approvers
|
||||||
- smarterclayton
|
labels:
|
||||||
- wojtek-t
|
- sig/apps
|
||||||
- deads2k
|
|
||||||
- caesarxuchao
|
|
||||||
- sttts
|
|
||||||
- saad-ali
|
|
||||||
- ncdc
|
|
||||||
- soltysh
|
|
||||||
- dims
|
|
||||||
- errordeveloper
|
|
||||||
|
@ -7,6 +7,7 @@ approvers:
|
|||||||
- api-approvers
|
- api-approvers
|
||||||
reviewers:
|
reviewers:
|
||||||
- api-reviewers
|
- api-reviewers
|
||||||
- sig-scheduling
|
- sig-scheduling-api-reviewers
|
||||||
|
- sig-scheduling-api-approvers
|
||||||
labels:
|
labels:
|
||||||
- kind/api-change
|
- kind/api-change
|
||||||
|
Loading…
Reference in New Issue
Block a user