IngressPortStatusPointer

io.k8s.api.networking.v1.IngressPortStatusPointer
final case class IngressPortStatusPointer(currentPath: PointerPath) extends Pointer[IngressPortStatus]

Pointer for IngressPortStatus

Attributes

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

Members list

Value members

Concrete methods

def error: Plain[String]

Attributes

Source
IngressPortStatusPointer.scala
def port: Plain[Int]

Attributes

Source
IngressPortStatusPointer.scala
def protocol: Plain[String]

Attributes

Source
IngressPortStatusPointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product