ServiceReferencePointer

io.k8s.api.admissionregistration.v1.ServiceReferencePointer
final case class ServiceReferencePointer(currentPath: PointerPath) extends Pointer[ServiceReference]

Pointer for ServiceReference

Attributes

Source
ServiceReferencePointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def name: Plain[String]

Attributes

Source
ServiceReferencePointer.scala
def namespace: Plain[String]

Attributes

Source
ServiceReferencePointer.scala
def path: Plain[String]

Attributes

Source
ServiceReferencePointer.scala
def port: Plain[Int]

Attributes

Source
ServiceReferencePointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product