ServiceReference

io.k8s.apiextensions_apiserver.pkg.apis.apiextensions.v1.ServiceReference
See theServiceReference companion object
final case class ServiceReference(name: String, namespace: String, path: Option[String], port: Option[Int])

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

Attributes

Companion:
object
Source:
ServiceReference.scala
Graph
Supertypes
trait Serializable
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:
ServiceReference.scala

transforms namespace to result of function

transforms namespace to result of function

Attributes

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

Attributes

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

Attributes

Source:
ServiceReference.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source:
ServiceReference.scala

Returns a new data with namespace set to new value

Returns a new data with namespace set to new value

Attributes

Source:
ServiceReference.scala

Returns a new data with path set to new value

Returns a new data with path set to new value

Attributes

Source:
ServiceReference.scala

Returns a new data with port set to new value

Returns a new data with port set to new value

Attributes

Source:
ServiceReference.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product