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 Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product