APIServiceConditionPointer

io.k8s.kube_aggregator.pkg.apis.apiregistration.v1.APIServiceConditionPointer
final case class APIServiceConditionPointer(currentPath: PointerPath) extends Pointer[APIServiceCondition]

Pointer for APIServiceCondition

Attributes

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

Members list

Value members

Concrete methods

def `type`: Plain[String]
def message: Plain[String]
def reason: Plain[String]
def status: Plain[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product