diff --git a/go.mod b/go.mod index eb3c3161..a7cb97bf 100644 --- a/go.mod +++ b/go.mod @@ -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 ) diff --git a/go.sum b/go.sum index 95858b73..02d8d89f 100644 --- a/go.sum +++ b/go.sum @@ -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= diff --git a/openapi/openapitest/testdata/apis__discovery.k8s.io__v1_openapi.json b/openapi/openapitest/testdata/apis__discovery.k8s.io__v1_openapi.json index b0ee2464..4e31acac 100644 --- a/openapi/openapitest/testdata/apis__discovery.k8s.io__v1_openapi.json +++ b/openapi/openapitest/testdata/apis__discovery.k8s.io__v1_openapi.json @@ -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": {