mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
minor update (#89638)
* minor update Added a missing period. * add some more missing periods - add in the missing period in 2 more places - update generated files with `make update`
This commit is contained in:
parent
788a073c79
commit
b1d85a6b51
4
api/openapi-spec/swagger.json
generated
4
api/openapi-spec/swagger.json
generated
@ -17913,7 +17913,7 @@
|
||||
},
|
||||
"service": {
|
||||
"$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.ServiceReference",
|
||||
"description": "Service is a reference to the service for this API server. It must communicate on port 443 If the Service is nil, that means the handling for the API groupversion is handled locally on this server. The call will simply delegate to the normal handler chain to be fulfilled."
|
||||
"description": "Service is a reference to the service for this API server. It must communicate on port 443. If the Service is nil, that means the handling for the API groupversion is handled locally on this server. The call will simply delegate to the normal handler chain to be fulfilled."
|
||||
},
|
||||
"version": {
|
||||
"description": "Version is the API version this server hosts. For example, \"v1\"",
|
||||
@ -18083,7 +18083,7 @@
|
||||
},
|
||||
"service": {
|
||||
"$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.ServiceReference",
|
||||
"description": "Service is a reference to the service for this API server. It must communicate on port 443 If the Service is nil, that means the handling for the API groupversion is handled locally on this server. The call will simply delegate to the normal handler chain to be fulfilled."
|
||||
"description": "Service is a reference to the service for this API server. It must communicate on port 443. If the Service is nil, that means the handling for the API groupversion is handled locally on this server. The call will simply delegate to the normal handler chain to be fulfilled."
|
||||
},
|
||||
"version": {
|
||||
"description": "Version is the API version this server hosts. For example, \"v1\"",
|
||||
|
@ -45,7 +45,7 @@ type ServiceReference struct {
|
||||
// Only https is supported, though you are able to disable certificate verification.
|
||||
type APIServiceSpec struct {
|
||||
// Service is a reference to the service for this API server. It must communicate
|
||||
// on port 443
|
||||
// on port 443.
|
||||
// If the Service is nil, that means the handling for the API groupversion is handled locally on this server.
|
||||
// The call will simply delegate to the normal handler chain to be fulfilled.
|
||||
// +optional
|
||||
|
@ -73,7 +73,7 @@ message APIServiceList {
|
||||
// Only https is supported, though you are able to disable certificate verification.
|
||||
message APIServiceSpec {
|
||||
// Service is a reference to the service for this API server. It must communicate
|
||||
// on port 443
|
||||
// on port 443.
|
||||
// If the Service is nil, that means the handling for the API groupversion is handled locally on this server.
|
||||
// The call will simply delegate to the normal handler chain to be fulfilled.
|
||||
// +optional
|
||||
|
@ -45,7 +45,7 @@ type ServiceReference struct {
|
||||
// Only https is supported, though you are able to disable certificate verification.
|
||||
type APIServiceSpec struct {
|
||||
// Service is a reference to the service for this API server. It must communicate
|
||||
// on port 443
|
||||
// on port 443.
|
||||
// If the Service is nil, that means the handling for the API groupversion is handled locally on this server.
|
||||
// The call will simply delegate to the normal handler chain to be fulfilled.
|
||||
// +optional
|
||||
|
@ -73,7 +73,7 @@ message APIServiceList {
|
||||
// Only https is supported, though you are able to disable certificate verification.
|
||||
message APIServiceSpec {
|
||||
// Service is a reference to the service for this API server. It must communicate
|
||||
// on port 443
|
||||
// on port 443.
|
||||
// If the Service is nil, that means the handling for the API groupversion is handled locally on this server.
|
||||
// The call will simply delegate to the normal handler chain to be fulfilled.
|
||||
// +optional
|
||||
|
@ -45,7 +45,7 @@ type ServiceReference struct {
|
||||
// Only https is supported, though you are able to disable certificate verification.
|
||||
type APIServiceSpec struct {
|
||||
// Service is a reference to the service for this API server. It must communicate
|
||||
// on port 443
|
||||
// on port 443.
|
||||
// If the Service is nil, that means the handling for the API groupversion is handled locally on this server.
|
||||
// The call will simply delegate to the normal handler chain to be fulfilled.
|
||||
// +optional
|
||||
|
Loading…
Reference in New Issue
Block a user