App Template Container Startup Probe
data class AppTemplateContainerStartupProbe(val failureCountThreshold: Int? = null, val headers: List<AppTemplateContainerStartupProbeHeader>? = null, val host: String? = null, val initialDelay: Int? = null, val intervalSeconds: Int? = null, val path: String? = null, val port: Int, val terminationGracePeriodSeconds: Int? = null, val timeout: Int? = null, val transport: String)
Constructors
Link copied to clipboard
constructor(failureCountThreshold: Int? = null, headers: List<AppTemplateContainerStartupProbeHeader>? = null, host: String? = null, initialDelay: Int? = null, intervalSeconds: Int? = null, path: String? = null, port: Int, terminationGracePeriodSeconds: Int? = null, timeout: Int? = null, 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 time in seconds after the container is sent the termination signal before the process if forcibly killed.