PriorityLevelConfigurationCondition

final case class PriorityLevelConfigurationCondition(reason: Option[String], status: Option[String], lastTransitionTime: Option[Time], message: Option[String], `type`: Option[String])

PriorityLevelConfigurationCondition defines the condition of priority level.

Source:
PriorityLevelConfigurationCondition.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

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

Source:
PriorityLevelConfigurationCondition.scala

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

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

Source:
PriorityLevelConfigurationCondition.scala

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

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

Source:
PriorityLevelConfigurationCondition.scala

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

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

Source:
PriorityLevelConfigurationCondition.scala

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

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

Source:
PriorityLevelConfigurationCondition.scala

Returns a new data with lastTransitionTime set to new value

Returns a new data with lastTransitionTime set to new value

Source:
PriorityLevelConfigurationCondition.scala

Returns a new data with message set to new value

Returns a new data with message set to new value

Source:
PriorityLevelConfigurationCondition.scala

Returns a new data with reason set to new value

Returns a new data with reason set to new value

Source:
PriorityLevelConfigurationCondition.scala

Returns a new data with status set to new value

Returns a new data with status set to new value

Source:
PriorityLevelConfigurationCondition.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Source:
PriorityLevelConfigurationCondition.scala

Inherited methods

Inherited from:
Product