Condition

skuber.apps.v1.DaemonSet.Condition
case class Condition(_type: String, status: String, reason: Option[String], message: Option[String], lastTransitionTime: Option[Timestamp])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product