Sdílet prostřednictvím


ContainerProbe interface

The container probe, for liveness or readiness

Properties

exec

The execution command to probe

failureThreshold

The failure threshold.

httpGet

The Http Get settings to probe

initialDelaySeconds

The initial delay seconds.

periodSeconds

The period seconds.

successThreshold

The success threshold.

timeoutSeconds

The timeout seconds.

Property Details

exec

The execution command to probe

exec?: ContainerExec

Property Value

failureThreshold

The failure threshold.

failureThreshold?: number

Property Value

number

httpGet

The Http Get settings to probe

httpGet?: ContainerHttpGet

Property Value

initialDelaySeconds

The initial delay seconds.

initialDelaySeconds?: number

Property Value

number

periodSeconds

The period seconds.

periodSeconds?: number

Property Value

number

successThreshold

The success threshold.

successThreshold?: number

Property Value

number

timeoutSeconds

The timeout seconds.

timeoutSeconds?: number

Property Value

number