ServiceTemplateSpecContainerStartupProbeHttpGetArgs

data class ServiceTemplateSpecContainerStartupProbeHttpGetArgs(val httpHeaders: Output<List<ServiceTemplateSpecContainerStartupProbeHttpGetHttpHeaderArgs>>? = null, val path: Output<String>? = null, val port: Output<Int>? = null) : ConvertibleToJava<ServiceTemplateSpecContainerStartupProbeHttpGetArgs>

Constructors

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

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: Output<String>? = null

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

Link copied to clipboard
val port: Output<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.

Functions

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