Packages

case class TCPSocketAction(host: Optional[String] = Optional.Absent, port: IntOrString) extends Product with Serializable

TCPSocketAction describes an action based on opening a socket

host

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

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TCPSocketAction
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TCPSocketAction(host: Optional[String] = Optional.Absent, port: IntOrString)

    host

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

Value Members

  1. def getHost: IO[K8sFailure, String]

    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.

  2. def getPort: IO[K8sFailure, IntOrString]

    Gets port.

    Gets port.

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

  3. val host: Optional[String]
  4. val port: IntOrString