IngressServiceBackend

io.k8s.api.networking.v1.IngressServiceBackend
See theIngressServiceBackend companion object
final case class IngressServiceBackend(name: String, port: Option[ServiceBackendPort])

IngressServiceBackend references a Kubernetes Service as a Backend.

Attributes

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

Members list

Value members

Concrete methods

def mapName(f: String => String): IngressServiceBackend

transforms name to result of function

transforms name to result of function

Attributes

Source
IngressServiceBackend.scala

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

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

Attributes

Source
IngressServiceBackend.scala
def withName(value: String): IngressServiceBackend

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
IngressServiceBackend.scala

Returns a new data with port set to new value

Returns a new data with port set to new value

Attributes

Source
IngressServiceBackend.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product