case class FlowSchemaStatus(conditions: Optional[Vector[FlowSchemaCondition]] = Optional.Absent) extends Product with Serializable

FlowSchemaStatus represents the current state of a FlowSchema.

conditions

conditions is a list of the current states of FlowSchema.

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FlowSchemaStatus
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FlowSchemaStatus(conditions: Optional[Vector[FlowSchemaCondition]] = Optional.Absent)

    conditions

    conditions is a list of the current states of FlowSchema.

Value Members

  1. val conditions: Optional[Vector[FlowSchemaCondition]]
  2. def getConditions: IO[K8sFailure, Vector[FlowSchemaCondition]]

    conditions is a list of the current states of FlowSchema.

    conditions is a list of the current states of FlowSchema.

    If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.