你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ContainerProbe interface

容器探测,用于生存或就绪情况

属性

exec

要探测的执行命令

failureThreshold

失败阈值。

httpGet

要探测的 Http 获取设置

initialDelaySeconds

初始延迟秒。

periodSeconds

时间段秒。

successThreshold

成功阈值。

timeoutSeconds

超时秒。

属性详细信息

exec

要探测的执行命令

exec?: ContainerExec

属性值

failureThreshold

失败阈值。

failureThreshold?: number

属性值

number

httpGet

要探测的 Http 获取设置

httpGet?: ContainerHttpGet

属性值

initialDelaySeconds

初始延迟秒。

initialDelaySeconds?: number

属性值

number

periodSeconds

时间段秒。

periodSeconds?: number

属性值

number

successThreshold

成功阈值。

successThreshold?: number

属性值

number

timeoutSeconds

超时秒。

timeoutSeconds?: number

属性值

number