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
pull/6/head
Kubernetes Submit Queue 2017-04-03 09:48:25 -07:00 committed by GitHub
commit 0d1e8c091f
1 changed files with 4 additions and 0 deletions

View File

@ -6085,6 +6085,10 @@
"port": {
"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."
},
"host": {
"type": "string",
"description": "Optional: Host name to connect to, defaults to the pod IP."
}
}
},