ServiceBackendPort

io.k8s.api.networking.v1.ServiceBackendPort
See theServiceBackendPort companion object
final case class ServiceBackendPort(name: Option[String], number: Option[Int])

ServiceBackendPort is the service port being referenced.

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

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

Attributes

Source:
ServiceBackendPort.scala

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

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

Attributes

Source:
ServiceBackendPort.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source:
ServiceBackendPort.scala

Returns a new data with number set to new value

Returns a new data with number set to new value

Attributes

Source:
ServiceBackendPort.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product