ServiceTemplateSpecContainerStartupProbeTcpSocketArgs

data class ServiceTemplateSpecContainerStartupProbeTcpSocketArgs(val port: Output<Int>? = null) : ConvertibleToJava<ServiceTemplateSpecContainerStartupProbeTcpSocketArgs>

Constructors

Functions

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

Properties

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.