ProbeHttpGet interface
容器的 Http 探测。
属性
| host | 要连接到的主机 IP。 |
| http |
在请求中设置的标头。 |
| path | 在 HTTP 请求上访问的路径。 |
| port | 要访问探测的端口。 |
| scheme | http 探测的方案。 可以是 Http 或 Https。 可能的值包括:“http”、“https” |
属性详细信息
host
要连接到的主机 IP。
host?: string
属性值
string
httpHeaders
path
在 HTTP 请求上访问的路径。
path?: string
属性值
string
port
要访问探测的端口。
port: number
属性值
number