PriorityLevelConfigurationCondition

io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationCondition
See thePriorityLevelConfigurationCondition companion object
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.

Attributes

Companion:
object
Source:
PriorityLevelConfigurationCondition.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

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:
PriorityLevelConfigurationCondition.scala

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

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source:
PriorityLevelConfigurationCondition.scala

Returns a new data with lastTransitionTime set to new value

Returns a new data with lastTransitionTime set to new value

Attributes

Source:
PriorityLevelConfigurationCondition.scala

Returns a new data with message set to new value

Returns a new data with message set to new value

Attributes

Source:
PriorityLevelConfigurationCondition.scala

Returns a new data with reason set to new value

Returns a new data with reason set to new value

Attributes

Source:
PriorityLevelConfigurationCondition.scala

Returns a new data with status set to new value

Returns a new data with status set to new value

Attributes

Source:
PriorityLevelConfigurationCondition.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Attributes

Source:
PriorityLevelConfigurationCondition.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product