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

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

@ -6,4 +6,3 @@ reviewers:
- sig-auth-authenticators-reviewers - sig-auth-authenticators-reviewers
labels: labels:
- sig/auth - sig/auth

View File

@ -6,4 +6,3 @@ reviewers:
- sig-auth-authorizers-reviewers - sig-auth-authorizers-reviewers
labels: labels:
- sig/auth - sig/auth

View File

@ -6,4 +6,3 @@ reviewers:
- sig-auth-authorizers-reviewers - sig-auth-authorizers-reviewers
labels: labels:
- sig/auth - sig/auth

View File

@ -6,4 +6,3 @@ reviewers:
- sig-auth-authenticators-reviewers - sig-auth-authenticators-reviewers
labels: labels:
- sig/auth - sig/auth

View File

@ -6,4 +6,3 @@ reviewers:
- sig-auth-authorizers-reviewers - sig-auth-authorizers-reviewers
labels: labels:
- sig/auth - sig/auth

View File

@ -6,4 +6,3 @@ reviewers:
- sig-auth-authorizers-reviewers - sig-auth-authorizers-reviewers
labels: labels:
- sig/auth - sig/auth

View File

@ -6,4 +6,3 @@ reviewers:
- sig-auth-authenticators-reviewers - sig-auth-authenticators-reviewers
labels: labels:
- sig/auth - sig/auth

View File

@ -6,4 +6,3 @@ reviewers:
- sig-auth-authenticators-reviewers - sig-auth-authenticators-reviewers
labels: labels:
- sig/auth - sig/auth

View File

@ -6,4 +6,3 @@ reviewers:
- sig-auth-authenticators-reviewers - sig-auth-authenticators-reviewers
labels: labels:
- sig/auth - sig/auth

View File

@ -6,4 +6,3 @@ reviewers:
- sig-auth-certificates-reviewers - sig-auth-certificates-reviewers
labels: labels:
- sig/auth - sig/auth

View File

@ -6,4 +6,3 @@ reviewers:
- sig-auth-certificates-reviewers - sig-auth-certificates-reviewers
labels: labels:
- sig/auth - sig/auth

View File

@ -4,4 +4,3 @@ reviewers:
- sig-auth-certificates-reviewers - sig-auth-certificates-reviewers
labels: labels:
- sig/auth - sig/auth