ComponentConditionPointer

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

Pointer for ComponentCondition

Attributes

Source
ComponentConditionPointer.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 error: Plain[String]
def message: Plain[String]
def status: Plain[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product