Share via


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
int

The initial delay seconds.

Default value: None
period_seconds
int

The period seconds.

Default value: None
failure_threshold
int

The failure threshold.

Default value: None
success_threshold
int

The success threshold.

Default value: None
timeout_seconds
int

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
int

The initial delay seconds.

period_seconds
int

The period seconds.

failure_threshold
int

The failure threshold.

success_threshold
int

The success threshold.

timeout_seconds
int

The timeout seconds.