TCPSocketAction

io.k8s.api.core.v1.TCPSocketAction
See theTCPSocketAction companion object
final case class TCPSocketAction(port: IntOrString, host: Option[String])

TCPSocketAction describes an action based on opening a socket

Attributes

Companion:
object
Source:
TCPSocketAction.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

if host has a value, transforms to the result of function

if host has a value, transforms to the result of function

Attributes

Source:
TCPSocketAction.scala

transforms port to result of function

transforms port to result of function

Attributes

Source:
TCPSocketAction.scala

Returns a new data with host set to new value

Returns a new data with host set to new value

Attributes

Source:
TCPSocketAction.scala

Returns a new data with port set to new value

Returns a new data with port set to new value

Attributes

Source:
TCPSocketAction.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product