ServicePortPointer

io.k8s.api.core.v1.ServicePortPointer
final case class ServicePortPointer(currentPath: PointerPath) extends Pointer[ServicePort]

Pointer for ServicePort

Attributes

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

Members list

Value members

Concrete methods

def appProtocol: Plain[String]

Attributes

Source
ServicePortPointer.scala
def name: Plain[String]

Attributes

Source
ServicePortPointer.scala
def nodePort: Plain[Int]

Attributes

Source
ServicePortPointer.scala
def port: Plain[Int]

Attributes

Source
ServicePortPointer.scala
def protocol: Plain[String]

Attributes

Source
ServicePortPointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product