DaemonSetCondition

io.k8s.api.apps.v1.DaemonSetCondition
See theDaemonSetCondition companion object
final case class DaemonSetCondition(status: String, `type`: String, reason: Option[String], lastTransitionTime: Option[Time], message: Option[String])

DaemonSetCondition describes the state of a DaemonSet at a certain point.

Attributes

Companion
object
Source
DaemonSetCondition.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

if lastTransitionTime has a value, transforms to the result of function

if lastTransitionTime has a value, transforms to the result of function

Attributes

Source
DaemonSetCondition.scala
def mapMessage(f: String => String): DaemonSetCondition

if message has a value, transforms to the result of function

if message has a value, transforms to the result of function

Attributes

Source
DaemonSetCondition.scala
def mapReason(f: String => String): DaemonSetCondition

if reason has a value, transforms to the result of function

if reason has a value, transforms to the result of function

Attributes

Source
DaemonSetCondition.scala
def mapStatus(f: String => String): DaemonSetCondition

transforms status to result of function

transforms status to result of function

Attributes

Source
DaemonSetCondition.scala
def mapType(f: String => String): DaemonSetCondition

transforms type to result of function

transforms type to result of function

Attributes

Source
DaemonSetCondition.scala

Returns a new data with lastTransitionTime set to new value

Returns a new data with lastTransitionTime set to new value

Attributes

Source
DaemonSetCondition.scala
def withMessage(value: String): DaemonSetCondition

Returns a new data with message set to new value

Returns a new data with message set to new value

Attributes

Source
DaemonSetCondition.scala
def withReason(value: String): DaemonSetCondition

Returns a new data with reason set to new value

Returns a new data with reason set to new value

Attributes

Source
DaemonSetCondition.scala
def withStatus(value: String): DaemonSetCondition

Returns a new data with status set to new value

Returns a new data with status set to new value

Attributes

Source
DaemonSetCondition.scala
def withType(value: String): DaemonSetCondition

Returns a new data with type set to new value

Returns a new data with type set to new value

Attributes

Source
DaemonSetCondition.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product