Commit 0d1e8c09 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #43968 from liggitt/federation-openapi

Automatic merge from submit-queue (batch tested with PRs 43450, 42999, 43968) Update federation openapi spec hack/verify-federation-openapi-spec.sh fails on master
parents 1df23630 d28c0d01
...@@ -6085,6 +6085,10 @@ ...@@ -6085,6 +6085,10 @@
"port": { "port": {
"type": "string", "type": "string",
"description": "Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME." "description": "Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME."
},
"host": {
"type": "string",
"description": "Optional: Host name to connect to, defaults to the pod IP."
} }
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment