ContainerHttpGetResponse

data class ContainerHttpGetResponse(val httpHeaders: List<HttpHeaderResponse>? = null, val path: String? = null, val port: Int, val scheme: String? = null)

The container Http Get settings, for liveness or readiness probe

Constructors

Link copied to clipboard
constructor(httpHeaders: List<HttpHeaderResponse>? = null, path: String? = null, port: Int, scheme: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The HTTP headers.

Link copied to clipboard
val path: String? = null

The path to probe.

Link copied to clipboard
val port: Int

The port number to probe.

Link copied to clipboard
val scheme: String? = null

The scheme.