Merge pull request #120716 from xrstf/fix-typos

Fix typos

Kubernetes-commit: 622509830c1038535e539f7d364f5cd7c3b38791
This commit is contained in:
Kubernetes Publisher 2023-09-30 00:25:56 -07:00
commit d6dc079df2
3 changed files with 5 additions and 5 deletions

4
go.mod
View File

@ -24,7 +24,7 @@ require (
golang.org/x/term v0.10.0
golang.org/x/time v0.3.0
google.golang.org/protobuf v1.31.0
k8s.io/api v0.0.0-20230920101735-cdfdc4766232
k8s.io/api v0.0.0-20230930101810-9a776fe3a720
k8s.io/apimachinery v0.0.0-20230918221506-a017454658b6
k8s.io/klog/v2 v2.100.1
k8s.io/kube-openapi v0.0.0-20230905202853-d090da108d2f
@ -61,6 +61,6 @@ require (
)
replace (
k8s.io/api => k8s.io/api v0.0.0-20230920101735-cdfdc4766232
k8s.io/api => k8s.io/api v0.0.0-20230930101810-9a776fe3a720
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20230918221506-a017454658b6
)

4
go.sum
View File

@ -148,8 +148,8 @@ gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
k8s.io/api v0.0.0-20230920101735-cdfdc4766232 h1:ZSAL3A6g4esdkNgOgsY7HcFfrsxvFzNm3zOor02JbrI=
k8s.io/api v0.0.0-20230920101735-cdfdc4766232/go.mod h1:EqRAohQGiJxWbXjwnVEXTvuskYU4bGYDV7RYaXQcEAU=
k8s.io/api v0.0.0-20230930101810-9a776fe3a720 h1:DObXIQwLGYV3ZwVlSwfVAv8f9lMP6aMFpr6eUqfodF8=
k8s.io/api v0.0.0-20230930101810-9a776fe3a720/go.mod h1:EqRAohQGiJxWbXjwnVEXTvuskYU4bGYDV7RYaXQcEAU=
k8s.io/apimachinery v0.0.0-20230918221506-a017454658b6 h1:JW6faJsf+BgjA3p5w3AxMAy5dyXDx/F4Uzy0km1Kgks=
k8s.io/apimachinery v0.0.0-20230918221506-a017454658b6/go.mod h1:ITRsvhyE2eLGBxgwRxs79z49RNNQh7HUqBvHCNIgEZc=
k8s.io/klog/v2 v2.100.1 h1:7WCHKK6K8fNhTqfBhISHQ97KrnJNFZMcQvKp7gP/tmg=

View File

@ -144,7 +144,7 @@
"type": "string"
},
"name": {
"description": "name represents the name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is dervied from a Kubernetes service, this corresponds to the Service.ports[].name. Name must either be an empty string or pass DNS_LABEL validation: * must be no more than 63 characters long. * must consist of lower case alphanumeric characters or '-'. * must start and end with an alphanumeric character. Default is empty string.",
"description": "name represents the name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is derived from a Kubernetes service, this corresponds to the Service.ports[].name. Name must either be an empty string or pass DNS_LABEL validation: * must be no more than 63 characters long. * must consist of lower case alphanumeric characters or '-'. * must start and end with an alphanumeric character. Default is empty string.",
"type": "string"
},
"port": {