ContainerHttpGetArgs

data class ContainerHttpGetArgs(val httpHeaders: Output<List<HttpHeaderArgs>>? = null, val path: Output<String>? = null, val port: Output<Int>, val scheme: Output<Either<String, Scheme>>? = null) : ConvertibleToJava<ContainerHttpGetArgs>

The container Http Get settings, for liveness or readiness probe

Constructors

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

Properties

Link copied to clipboard
val httpHeaders: Output<List<HttpHeaderArgs>>? = null

The HTTP headers.

Link copied to clipboard
val path: Output<String>? = null

The path to probe.

Link copied to clipboard
val port: Output<Int>

The port number to probe.

Link copied to clipboard
val scheme: Output<Either<String, Scheme>>? = null

The scheme.

Functions

Link copied to clipboard
open override fun toJava(): ContainerHttpGetArgs