Get App Template Container Readiness Probe
data class GetAppTemplateContainerReadinessProbe(val failureCountThreshold: Int, val headers: List<GetAppTemplateContainerReadinessProbeHeader>, val host: String, val initialDelay: Int, val intervalSeconds: Int, val path: String, val port: Int, val successCountThreshold: Int, val timeout: Int, val transport: String)
Properties
Link copied to clipboard
The number of consecutive failures required to consider this probe as failed. Possible values are between 1 and 30. Defaults to 3.
Link copied to clipboard
A header block as detailed below.
Link copied to clipboard
The number of seconds elapsed after the container has started before the probe is initiated. Possible values are between 0 and 60. Defaults to 0 seconds.
Link copied to clipboard
How often, in seconds, the probe should run. Possible values are between 1 and 240. Defaults to 10
Link copied to clipboard
The number of consecutive successful responses required to consider this probe as successful. Possible values are between 1 and 10. Defaults to 3.