ContainerProbeSettingsResponse

data class ContainerProbeSettingsResponse(val disableProbe: Boolean? = null)

Container liveness and readiness probe settings

Constructors

Link copied to clipboard
constructor(disableProbe: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val disableProbe: Boolean? = null

Indicates whether disable the liveness and readiness probe