From 417a4550cada1d6d683abc897481655cfbd79c70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=A0=E8=90=9D=E6=9C=89=E7=82=B9=E9=85=B8?= Date: Thu, 17 Oct 2024 01:42:25 +0000 Subject: [PATCH 1/4] update vendor/k8s.io/kubectl/pkg/util/i18n/translations/extract.py. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 菠萝有点酸 --- vendor/k8s.io/kubectl/pkg/util/i18n/translations/extract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/k8s.io/kubectl/pkg/util/i18n/translations/extract.py b/vendor/k8s.io/kubectl/pkg/util/i18n/translations/extract.py index f4c3398a..6509e94c 100644 --- a/vendor/k8s.io/kubectl/pkg/util/i18n/translations/extract.py +++ b/vendor/k8s.io/kubectl/pkg/util/i18n/translations/extract.py @@ -44,7 +44,7 @@ SHORT_MATCH = MatchHandler(r'(\s+Short:\s+)("[^"]+"),', short_replace) def import_replace(match, file, line_number): """Add an extra import for the i18n library. Doesn't try to be smart and detect if it's already present, assumes a - gofmt round wil fix things. + gofmt round will fix things. """ sys.stdout.write('{}\n"k8s.io/kubectl/pkg/util/i18n"\n'.format(match.group(1))) -- Gitee From a59ca566ae244823c3f54747d08c2109d82df66e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=A0=E8=90=9D=E6=9C=89=E7=82=B9=E9=85=B8?= Date: Thu, 17 Oct 2024 01:43:19 +0000 Subject: [PATCH 2/4] update vendor/k8s.io/client-go/tools/auth/clientauth.go. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 菠萝有点酸 --- vendor/k8s.io/client-go/tools/auth/clientauth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/k8s.io/client-go/tools/auth/clientauth.go b/vendor/k8s.io/client-go/tools/auth/clientauth.go index 4c24f799..797bbec3 100644 --- a/vendor/k8s.io/client-go/tools/auth/clientauth.go +++ b/vendor/k8s.io/client-go/tools/auth/clientauth.go @@ -32,7 +32,7 @@ Having a defined format allows: The file format is json, marshalled from a struct authcfg.Info. -Clinet libraries in other languages should use the same format. +Client libraries in other languages should use the same format. It is not intended to store general preferences, such as default namespace, output options, etc. CLIs (such as kubectl) and UIs should -- Gitee From d75a907a62f5873ce77d7b653956f2b6e3b53cd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=A0=E8=90=9D=E6=9C=89=E7=82=B9=E9=85=B8?= Date: Thu, 17 Oct 2024 01:45:56 +0000 Subject: [PATCH 3/4] update vendor/github.com/Azure/go-autorest/autorest/retriablerequest_1.7.go. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 菠萝有点酸 --- .../Azure/go-autorest/autorest/retriablerequest_1.7.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/github.com/Azure/go-autorest/autorest/retriablerequest_1.7.go b/vendor/github.com/Azure/go-autorest/autorest/retriablerequest_1.7.go index 7143cc61..23403845 100644 --- a/vendor/github.com/Azure/go-autorest/autorest/retriablerequest_1.7.go +++ b/vendor/github.com/Azure/go-autorest/autorest/retriablerequest_1.7.go @@ -31,7 +31,7 @@ type RetriableRequest struct { // Prepare signals that the request is about to be sent. func (rr *RetriableRequest) Prepare() (err error) { // preserve the request body; this is to support retry logic as - // the underlying transport will always close the reqeust body + // the underlying transport will always close the request body if rr.req.Body != nil { if rr.br != nil { _, err = rr.br.Seek(0, 0 /*io.SeekStart*/) -- Gitee From be35cfc946f64fde397babf1abaec3b68729c916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=A0=E8=90=9D=E6=9C=89=E7=82=B9=E9=85=B8?= Date: Thu, 17 Oct 2024 01:46:42 +0000 Subject: [PATCH 4/4] update vendor/github.com/Azure/go-autorest/autorest/retriablerequest_1.8.go. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 菠萝有点酸 --- .../Azure/go-autorest/autorest/retriablerequest_1.8.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/github.com/Azure/go-autorest/autorest/retriablerequest_1.8.go b/vendor/github.com/Azure/go-autorest/autorest/retriablerequest_1.8.go index ae15c6bf..f5f9423a 100644 --- a/vendor/github.com/Azure/go-autorest/autorest/retriablerequest_1.8.go +++ b/vendor/github.com/Azure/go-autorest/autorest/retriablerequest_1.8.go @@ -33,7 +33,7 @@ type RetriableRequest struct { // Prepare signals that the request is about to be sent. func (rr *RetriableRequest) Prepare() (err error) { // preserve the request body; this is to support retry logic as - // the underlying transport will always close the reqeust body + // the underlying transport will always close the request body if rr.req.Body != nil { if rr.rc != nil { rr.req.Body = rr.rc -- Gitee