App Template Container Readiness Probe
data class AppTemplateContainerReadinessProbe(val failureCountThreshold: Int? = null, val headers: List<AppTemplateContainerReadinessProbeHeader>? = null, val host: String? = null, val intervalSeconds: Int? = null, val path: String? = null, val port: Int, val successCountThreshold: Int? = null, val timeout: Int? = null, val transport: String)
Constructors
Link copied to clipboard
fun AppTemplateContainerReadinessProbe(failureCountThreshold: Int? = null, headers: List<AppTemplateContainerReadinessProbeHeader>? = null, host: String? = null, intervalSeconds: Int? = null, path: String? = null, port: Int, successCountThreshold: Int? = null, timeout: Int? = null, transport: String)