GroupContainerLivenessProbeHttpGet

data class GroupContainerLivenessProbeHttpGet(val httpHeaders: Map<String, String>? = null, val path: String? = null, val port: Int? = null, val scheme: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val httpHeaders: Map<String, String>? = null

A map of HTTP headers used to access on the container. Changing this forces a new resource to be created.

Link copied to clipboard
val path: String? = null

Path to access on the HTTP server. Changing this forces a new resource to be created.

Link copied to clipboard
val port: Int? = null

Number of the port to access on the container. Changing this forces a new resource to be created.

Link copied to clipboard
val scheme: String? = null

Scheme to use for connecting to the host. Possible values are Http and Https. Changing this forces a new resource to be created.