FlowSchemaStatus

case class FlowSchemaStatus(conditions: Optional[Vector[FlowSchemaCondition]])

FlowSchemaStatus represents the current state of a FlowSchema.

FlowSchemaStatus represents the current state of a FlowSchema.

Value Params
conditions

conditions is a list of the current states of FlowSchema.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product