mirror of https://github.com/k3s-io/k3s
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 masterpull/6/head
commit
0d1e8c091f
|
@ -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."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue