FlowSchemaStatus

io.k8s.api.flowcontrol.v1beta3.FlowSchemaStatus
See theFlowSchemaStatus companion object
final case class FlowSchemaStatus(conditions: Option[Seq[FlowSchemaCondition]])

FlowSchemaStatus represents the current state of a FlowSchema.

Attributes

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

Members list

Value members

Concrete methods

Appends new values to conditions

Appends new values to conditions

Attributes

Source
FlowSchemaStatus.scala

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

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

Attributes

Source
FlowSchemaStatus.scala

Returns a new data with conditions set to new value

Returns a new data with conditions set to new value

Attributes

Source
FlowSchemaStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product