GRPCAction

io.k8s.api.core.v1.GRPCAction
See theGRPCAction companion object
final case class GRPCAction(port: Int, service: Option[String])

Attributes

Companion
object
Source
GRPCAction.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def mapPort(f: Int => Int): GRPCAction

transforms port to result of function

transforms port to result of function

Attributes

Source
GRPCAction.scala

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

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

Attributes

Source
GRPCAction.scala
def withPort(value: Int): GRPCAction

Returns a new data with port set to new value

Returns a new data with port set to new value

Attributes

Source
GRPCAction.scala

Returns a new data with service set to new value

Returns a new data with service set to new value

Attributes

Source
GRPCAction.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product