ContainerProbe Class
The container probe, for liveness or readiness.
Constructor
ContainerProbe(*, exec_property: _models.ContainerExec | None = None, http_get: _models.ContainerHttpGet | None = None, initial_delay_seconds: int | None = None, period_seconds: int | None = None, failure_threshold: int | None = None, success_threshold: int | None = None, timeout_seconds: int | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
exec_property
|
The execution command to probe. Default value: None
|
|
http_get
|
The Http Get settings to probe. Default value: None
|
|
initial_delay_seconds
|
The initial delay seconds. Default value: None
|
|
period_seconds
|
The period seconds. Default value: None
|
|
failure_threshold
|
The failure threshold. Default value: None
|
|
success_threshold
|
The success threshold. Default value: None
|
|
timeout_seconds
|
The timeout seconds. Default value: None
|
Variables
| Name | Description |
|---|---|
|
exec_property
|
The execution command to probe. |
|
http_get
|
The Http Get settings to probe. |
|
initial_delay_seconds
|
The initial delay seconds. |
|
period_seconds
|
The period seconds. |
|
failure_threshold
|
The failure threshold. |
|
success_threshold
|
The success threshold. |
|
timeout_seconds
|
The timeout seconds. |