TCPSocketActionPatch

data class TCPSocketActionPatch(val host: String? = null, val port: Either<Int, String>? = null)

TCPSocketAction describes an action based on opening a socket

Constructors

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

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: Either<Int, String>? = null

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.