c
com.coralogix.zio.k8s.model.flowcontrol.v1beta2
FlowSchemaStatus
Companion object FlowSchemaStatus
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
Ordering
- Alphabetic
- By Inheritance
Inherited
- FlowSchemaStatus
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
FlowSchemaStatus(conditions: Optional[Vector[FlowSchemaCondition]] = Optional.Absent)
- conditions
conditions
is a list of the current states of FlowSchema.
Value Members
- val conditions: Optional[Vector[FlowSchemaCondition]]
-
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.