IngressServiceBackend

final case class IngressServiceBackend(name: String, port: Option[ServiceBackendPort])

IngressServiceBackend references a Kubernetes Service as a Backend.

Source:
IngressServiceBackend.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

transforms name to result of function

transforms name to result of function

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

Source:
IngressServiceBackend.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
IngressServiceBackend.scala

Returns a new data with port set to new value

Returns a new data with port set to new value

Source:
IngressServiceBackend.scala

Inherited methods

Inherited from:
Product