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 # See the OWNERS docs at https://go.k8s.io/owners
approvers: approvers:
- caesarxuchao - caesarxuchao
- deads2k - deads2k
- lavalamp - lavalamp
- liggitt - liggitt
- smarterclayton - smarterclayton
- sttts - sttts
- yliaog - yliaog
reviewers: reviewers:
- caesarxuchao - caesarxuchao
- deads2k - deads2k
- jpbetz - jpbetz
- lavalamp - lavalamp
- liggitt - liggitt
- soltysh - soltysh
- sttts - sttts
- yliaog - yliaog
labels: 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/term v0.0.0-20210615171337-6886f2dfbf5b
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
google.golang.org/protobuf v1.27.1 google.golang.org/protobuf v1.27.1
k8s.io/api v0.0.0-20211210092409-e092618ed0af k8s.io/api v0.0.0-20211210171937-217eb4a1d1b7
k8s.io/apimachinery v0.0.0-20211210091738-ee64e4682c13 k8s.io/apimachinery v0.0.0-20211210171607-32abfd864090
k8s.io/klog/v2 v2.30.0 k8s.io/klog/v2 v2.30.0
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65
k8s.io/utils v0.0.0-20211208161948-7d6a63dca704 k8s.io/utils v0.0.0-20211208161948-7d6a63dca704
@ -40,6 +40,6 @@ require (
) )
replace ( replace (
k8s.io/api => k8s.io/api v0.0.0-20211210092409-e092618ed0af k8s.io/api => k8s.io/api v0.0.0-20211210171937-217eb4a1d1b7
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20211210091738-ee64e4682c13 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-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.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
honnef.co/go/tools v0.0.1-2020.1.4/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-20211210171937-217eb4a1d1b7 h1:ELLlIWXQNQIq1sDxKahwCoyn1VGtN+7wVXLFVslz/GM=
k8s.io/api v0.0.0-20211210092409-e092618ed0af/go.mod h1:7EXeRu5bg+cq6rc1ZqKGuRpLHDU6n5vqWSpzfFoMSOg= k8s.io/api v0.0.0-20211210171937-217eb4a1d1b7/go.mod h1:WvPDCnOFUICoENlhLs3pQWzAtqw64do84rZx1S/nGFw=
k8s.io/apimachinery v0.0.0-20211210091738-ee64e4682c13 h1:RBfpfKSvgBQ22jWc8nOyS3tCPKG1wh0ToGJKxqkKFUc= k8s.io/apimachinery v0.0.0-20211210171607-32abfd864090 h1:45YEFnUSfA7F42GEt7FH5/H/7jrMkU6Zbb4XsdHtZ40=
k8s.io/apimachinery v0.0.0-20211210091738-ee64e4682c13/go.mod h1:CIrrPvxpAwyfOEWI3WlNnDpkZ8X0ahWBopk0ogxTXts= 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/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.0.0/go.mod h1:PBfzABfn139FHAV07az/IF9Wp1bkk3vpT2XSJ76fSDE=
k8s.io/klog/v2 v2.2.0/go.mod h1:Od+F08eJP+W3HUb4pSrPpgp9DGU4GzlpG/TmITuYh/Y= 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 # See the OWNERS docs at https://go.k8s.io/owners
approvers: approvers:
- sig-auth-authenticators-approvers - sig-auth-authenticators-approvers
reviewers: reviewers:
- sig-auth-authenticators-reviewers - sig-auth-authenticators-reviewers
labels: labels:
- sig/auth - sig/auth

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,9 +1,8 @@
# See the OWNERS docs at https://go.k8s.io/owners # See the OWNERS docs at https://go.k8s.io/owners
approvers: approvers:
- sig-auth-authenticators-approvers - sig-auth-authenticators-approvers
reviewers: reviewers:
- sig-auth-authenticators-reviewers - sig-auth-authenticators-reviewers
labels: 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 # See the OWNERS docs at https://go.k8s.io/owners
approvers: approvers:
- thockin - thockin
- lavalamp - lavalamp
- smarterclayton - smarterclayton
- wojtek-t - wojtek-t
- deads2k - deads2k
- caesarxuchao - caesarxuchao
- liggitt - liggitt
- ncdc - ncdc
reviewers: reviewers:
- thockin - thockin
- lavalamp - lavalamp
- smarterclayton - smarterclayton
- wojtek-t - wojtek-t
- deads2k - deads2k
- brendandburns - brendandburns
- derekwaynecarr - derekwaynecarr
- caesarxuchao - caesarxuchao
- mikedanese - mikedanese
- liggitt - liggitt
- davidopp - davidopp
- pmorie - pmorie
- janetkuo - janetkuo
- justinsb - justinsb
- soltysh - soltysh
- jsafrane - jsafrane
- dims - dims
- hongchaodeng - hongchaodeng
- krousey - krousey
- xiang90 - xiang90
- ingvagabund - ingvagabund
- resouer - resouer
- jessfraz - jessfraz
- mfojtik - mfojtik
- sdminonne - sdminonne
- ncdc - ncdc

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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