FlowSchemaCondition

io.k8s.api.flowcontrol.v1beta3.FlowSchemaCondition
See theFlowSchemaCondition companion object
final case class FlowSchemaCondition(reason: Option[String], status: Option[String], lastTransitionTime: Option[Time], message: Option[String], `type`: Option[String])

FlowSchemaCondition describes conditions for a FlowSchema.

Attributes

Companion:
object
Source:
FlowSchemaCondition.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:
FlowSchemaCondition.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:
FlowSchemaCondition.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:
FlowSchemaCondition.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:
FlowSchemaCondition.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:
FlowSchemaCondition.scala

Returns a new data with lastTransitionTime set to new value

Returns a new data with lastTransitionTime set to new value

Attributes

Source:
FlowSchemaCondition.scala

Returns a new data with message set to new value

Returns a new data with message set to new value

Attributes

Source:
FlowSchemaCondition.scala

Returns a new data with reason set to new value

Returns a new data with reason set to new value

Attributes

Source:
FlowSchemaCondition.scala

Returns a new data with status set to new value

Returns a new data with status set to new value

Attributes

Source:
FlowSchemaCondition.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Attributes

Source:
FlowSchemaCondition.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product