TCPSocketAction

com.coralogix.zio.k8s.model.core.v1.TCPSocketAction
See theTCPSocketAction companion object
case class TCPSocketAction(host: Optional[String], port: IntOrString)

TCPSocketAction describes an action based on opening a socket

Value parameters

host

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

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

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

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Gets port.

Gets port.

This effect always succeeds, it is safe to use the field port directly.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product