ServiceTemplateSpecContainerLivenessProbeHttpGet

data class ServiceTemplateSpecContainerLivenessProbeHttpGet(val httpHeaders: List<ServiceTemplateSpecContainerLivenessProbeHttpGetHttpHeader>? = null, val path: String? = null, val port: Int? = null)

Constructors

constructor(httpHeaders: List<ServiceTemplateSpecContainerLivenessProbeHttpGetHttpHeader>? = null, path: String? = null, port: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Custom headers to set in the request. HTTP allows repeated headers. Structure is documented below.

Link copied to clipboard
val path: String? = null

Path to access on the HTTP server. If set, it should not be empty string.

Link copied to clipboard
val port: Int? = null

Port number to access on the container. Number must be in the range 1 to 65535. If not specified, defaults to the same value as container.ports0.containerPort.