ContainerAppProbeResponseTcpSocket

data class ContainerAppProbeResponseTcpSocket(val host: String? = null, val port: Int)

TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported.

Constructors

Link copied to clipboard
constructor(host: String? = null, port: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val host: String? = null

Optional: Host name to connect to, defaults to the pod IP.

Link copied to clipboard
val port: Int

Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.