Merge pull request #106458 from dims/lint-yaml-in-owners-files

Lint/Beautify yaml in OWNERS files

Kubernetes-commit: 1d66302c42eb2ecf53b29cafb0c9f751bfbd1cd3
This commit is contained in:
Kubernetes Publisher 2021-12-10 06:39:12 -08:00
commit 6919fc571d
24 changed files with 143 additions and 155 deletions

32
OWNERS
View File

@ -1,21 +1,21 @@
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- caesarxuchao
- deads2k
- lavalamp
- liggitt
- smarterclayton
- sttts
- yliaog
- caesarxuchao
- deads2k
- lavalamp
- liggitt
- smarterclayton
- sttts
- yliaog
reviewers:
- caesarxuchao
- deads2k
- jpbetz
- lavalamp
- liggitt
- soltysh
- sttts
- yliaog
- caesarxuchao
- deads2k
- jpbetz
- lavalamp
- liggitt
- soltysh
- sttts
- yliaog
labels:
- sig/api-machinery
- sig/api-machinery

8
go.mod
View File

@ -30,8 +30,8 @@ require (
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
google.golang.org/protobuf v1.27.1
k8s.io/api v0.0.0-20211210092409-e092618ed0af
k8s.io/apimachinery v0.0.0-20211210091738-ee64e4682c13
k8s.io/api v0.0.0-20211210171937-217eb4a1d1b7
k8s.io/apimachinery v0.0.0-20211210171607-32abfd864090
k8s.io/klog/v2 v2.30.0
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65
k8s.io/utils v0.0.0-20211208161948-7d6a63dca704
@ -40,6 +40,6 @@ require (
)
replace (
k8s.io/api => k8s.io/api v0.0.0-20211210092409-e092618ed0af
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20211210091738-ee64e4682c13
k8s.io/api => k8s.io/api v0.0.0-20211210171937-217eb4a1d1b7
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20211210171607-32abfd864090
)

8
go.sum
View File

@ -610,10 +610,10 @@ honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWh
honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg=
honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
k8s.io/api v0.0.0-20211210092409-e092618ed0af h1:RSU8BUe9gbLtOJskNEkSxFc7US/ip6DrA7WZ3ESFCOo=
k8s.io/api v0.0.0-20211210092409-e092618ed0af/go.mod h1:7EXeRu5bg+cq6rc1ZqKGuRpLHDU6n5vqWSpzfFoMSOg=
k8s.io/apimachinery v0.0.0-20211210091738-ee64e4682c13 h1:RBfpfKSvgBQ22jWc8nOyS3tCPKG1wh0ToGJKxqkKFUc=
k8s.io/apimachinery v0.0.0-20211210091738-ee64e4682c13/go.mod h1:CIrrPvxpAwyfOEWI3WlNnDpkZ8X0ahWBopk0ogxTXts=
k8s.io/api v0.0.0-20211210171937-217eb4a1d1b7 h1:ELLlIWXQNQIq1sDxKahwCoyn1VGtN+7wVXLFVslz/GM=
k8s.io/api v0.0.0-20211210171937-217eb4a1d1b7/go.mod h1:WvPDCnOFUICoENlhLs3pQWzAtqw64do84rZx1S/nGFw=
k8s.io/apimachinery v0.0.0-20211210171607-32abfd864090 h1:45YEFnUSfA7F42GEt7FH5/H/7jrMkU6Zbb4XsdHtZ40=
k8s.io/apimachinery v0.0.0-20211210171607-32abfd864090/go.mod h1:CIrrPvxpAwyfOEWI3WlNnDpkZ8X0ahWBopk0ogxTXts=
k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E=
k8s.io/klog/v2 v2.0.0/go.mod h1:PBfzABfn139FHAV07az/IF9Wp1bkk3vpT2XSJ76fSDE=
k8s.io/klog/v2 v2.2.0/go.mod h1:Od+F08eJP+W3HUb4pSrPpgp9DGU4GzlpG/TmITuYh/Y=

View File

@ -1,9 +1,8 @@
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- sig-auth-authenticators-approvers
- sig-auth-authenticators-approvers
reviewers:
- sig-auth-authenticators-reviewers
- sig-auth-authenticators-reviewers
labels:
- sig/auth
- sig/auth

View File

@ -1,9 +1,8 @@
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- sig-auth-authorizers-approvers
- sig-auth-authorizers-approvers
reviewers:
- sig-auth-authorizers-reviewers
- sig-auth-authorizers-reviewers
labels:
- sig/auth
- sig/auth

View File

@ -1,9 +1,8 @@
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- sig-auth-authorizers-approvers
- sig-auth-authorizers-approvers
reviewers:
- sig-auth-authorizers-reviewers
- sig-auth-authorizers-reviewers
labels:
- sig/auth
- sig/auth

View File

@ -1,9 +1,8 @@
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- sig-auth-authenticators-approvers
- sig-auth-authenticators-approvers
reviewers:
- sig-auth-authenticators-reviewers
- sig-auth-authenticators-reviewers
labels:
- sig/auth
- sig/auth

View File

@ -1,9 +1,8 @@
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- sig-auth-authorizers-approvers
- sig-auth-authorizers-approvers
reviewers:
- sig-auth-authorizers-reviewers
- sig-auth-authorizers-reviewers
labels:
- sig/auth
- sig/auth

View File

@ -1,9 +1,8 @@
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- sig-auth-authorizers-approvers
- sig-auth-authorizers-approvers
reviewers:
- sig-auth-authorizers-reviewers
- sig-auth-authorizers-reviewers
labels:
- sig/auth
- sig/auth

View File

@ -2,8 +2,7 @@
# approval on api packages bubbles to api-approvers
reviewers:
- sig-auth-authenticators-approvers
- sig-auth-authenticators-reviewers
- sig-auth-authenticators-approvers
- sig-auth-authenticators-reviewers
labels:
- sig/auth
- sig/auth

View File

@ -1,9 +1,8 @@
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- sig-auth-authenticators-approvers
- sig-auth-authenticators-approvers
reviewers:
- sig-auth-authenticators-reviewers
- sig-auth-authenticators-reviewers
labels:
- sig/auth
- sig/auth

View File

@ -1,8 +1,8 @@
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- cjcullen
- jlowdermilk
- cjcullen
- jlowdermilk
reviewers:
- cjcullen
- jlowdermilk
- cjcullen
- jlowdermilk

View File

@ -1,22 +1,22 @@
# See the OWNERS docs at https://go.k8s.io/owners
reviewers:
- thockin
- smarterclayton
- caesarxuchao
- wojtek-t
- deads2k
- brendandburns
- liggitt
- sttts
- luxas
- dims
- errordeveloper
- hongchaodeng
- krousey
- resouer
- cjcullen
- rmmh
- asalkeld
- juanvallejo
- lojies
- thockin
- smarterclayton
- caesarxuchao
- wojtek-t
- deads2k
- brendandburns
- liggitt
- sttts
- luxas
- dims
- errordeveloper
- hongchaodeng
- krousey
- resouer
- cjcullen
- rmmh
- asalkeld
- juanvallejo
- lojies

View File

@ -1,9 +1,8 @@
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- sig-auth-authenticators-approvers
- sig-auth-authenticators-approvers
reviewers:
- sig-auth-authenticators-reviewers
- sig-auth-authenticators-reviewers
labels:
- sig/auth
- sig/auth

68
tools/cache/OWNERS vendored
View File

@ -1,38 +1,38 @@
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- thockin
- lavalamp
- smarterclayton
- wojtek-t
- deads2k
- caesarxuchao
- liggitt
- ncdc
- thockin
- lavalamp
- smarterclayton
- wojtek-t
- deads2k
- caesarxuchao
- liggitt
- ncdc
reviewers:
- thockin
- lavalamp
- smarterclayton
- wojtek-t
- deads2k
- brendandburns
- derekwaynecarr
- caesarxuchao
- mikedanese
- liggitt
- davidopp
- pmorie
- janetkuo
- justinsb
- soltysh
- jsafrane
- dims
- hongchaodeng
- krousey
- xiang90
- ingvagabund
- resouer
- jessfraz
- mfojtik
- sdminonne
- ncdc
- thockin
- lavalamp
- smarterclayton
- wojtek-t
- deads2k
- brendandburns
- derekwaynecarr
- caesarxuchao
- mikedanese
- liggitt
- davidopp
- pmorie
- janetkuo
- justinsb
- soltysh
- jsafrane
- dims
- hongchaodeng
- krousey
- xiang90
- ingvagabund
- resouer
- jessfraz
- mfojtik
- sdminonne
- ncdc

View File

@ -1,10 +1,10 @@
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- sig-instrumentation-approvers
- yastij
- wojtek-t
- sig-instrumentation-approvers
- yastij
- wojtek-t
reviewers:
- sig-instrumentation-reviewers
- yastij
- wojtek-t
- sig-instrumentation-reviewers
- yastij
- wojtek-t

View File

@ -1,12 +1,12 @@
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- mikedanese
- timothysc
- mikedanese
- timothysc
reviewers:
- wojtek-t
- deads2k
- mikedanese
- timothysc
- ingvagabund
- resouer
- wojtek-t
- deads2k
- mikedanese
- timothysc
- ingvagabund
- resouer

View File

@ -1,6 +1,6 @@
# See the OWNERS docs at https://go.k8s.io/owners
reviewers:
- wojtek-t
- krousey
- jayunit100
- wojtek-t
- krousey
- jayunit100

View File

@ -1,6 +1,6 @@
# See the OWNERS docs at https://go.k8s.io/owners
reviewers:
- sig-instrumentation-reviewers
- sig-instrumentation-reviewers
approvers:
- sig-instrumentation-approvers
- sig-instrumentation-approvers

View File

@ -1,9 +1,9 @@
# See the OWNERS docs at https://go.k8s.io/owners
reviewers:
- smarterclayton
- wojtek-t
- deads2k
- liggitt
- krousey
- caesarxuchao
- smarterclayton
- wojtek-t
- deads2k
- liggitt
- krousey
- caesarxuchao

View File

@ -1,9 +1,8 @@
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- sig-auth-certificates-approvers
- sig-auth-certificates-approvers
reviewers:
- sig-auth-certificates-reviewers
- sig-auth-certificates-reviewers
labels:
- sig/auth
- sig/auth

View File

@ -1,9 +1,8 @@
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- sig-auth-certificates-approvers
- sig-auth-certificates-approvers
reviewers:
- sig-auth-certificates-reviewers
- sig-auth-certificates-reviewers
labels:
- sig/auth
- sig/auth

View File

@ -1,7 +1,6 @@
approvers:
- sig-auth-certificates-approvers
- sig-auth-certificates-approvers
reviewers:
- sig-auth-certificates-reviewers
- sig-auth-certificates-reviewers
labels:
- sig/auth
- sig/auth

View File

@ -1,4 +1,4 @@
# See the OWNERS docs at https://go.k8s.io/owners
reviewers:
- caesarxuchao
- caesarxuchao