TCPSocketAction

case class TCPSocketAction(host: Optional[String], port: IntOrString)

TCPSocketAction describes an action based on opening a socket

TCPSocketAction describes an action based on opening a socket

Value Params
host

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

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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.

Gets port.

Gets port.

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

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product