ServiceReference

final case class ServiceReference(name: String, namespace: String, path: Option[String], port: Option[Int])

ServiceReference holds a reference to Service.legacy.k8s.io

Source:
ServiceReference.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:
ServiceReference.scala

transforms namespace to result of function

transforms namespace to result of function

Source:
ServiceReference.scala

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

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

Source:
ServiceReference.scala

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

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

Source:
ServiceReference.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
ServiceReference.scala

Returns a new data with namespace set to new value

Returns a new data with namespace set to new value

Source:
ServiceReference.scala

Returns a new data with path set to new value

Returns a new data with path set to new value

Source:
ServiceReference.scala

Returns a new data with port set to new value

Returns a new data with port set to new value

Source:
ServiceReference.scala

Inherited methods

Inherited from:
Product