AkriConnectorTemplateReadinessProbe interface
AkriConnectorTemplateReadinessProbe properties. Defines a readiness probe for the connector container.
Properties
| exec | Exec specifies a command to execute in the container. |
| failure |
Minimum consecutive failures for the probe to be considered failed after having succeeded. |
| initial |
Number of seconds after the container has started before the probe is initiated. |
| period |
How often (in seconds) to perform the probe. |
| success |
Minimum consecutive successes for the probe to be considered successful after having failed. |
| timeout |
Number of seconds after which the probe times out. |
Property Details
exec
Exec specifies a command to execute in the container.
exec?: AkriConnectorTemplateExecAction
Property Value
failureThreshold
Minimum consecutive failures for the probe to be considered failed after having succeeded.
failureThreshold?: number
Property Value
number
initialDelaySeconds
Number of seconds after the container has started before the probe is initiated.
initialDelaySeconds?: number
Property Value
number
periodSeconds
How often (in seconds) to perform the probe.
periodSeconds?: number
Property Value
number
successThreshold
Minimum consecutive successes for the probe to be considered successful after having failed.
successThreshold?: number
Property Value
number
timeoutSeconds
Number of seconds after which the probe times out.
timeoutSeconds?: number
Property Value
number