Struct k8s_openapi::api::flowcontrol::v1beta1::FlowSchemaStatus [−][src]
pub struct FlowSchemaStatus {
pub conditions: Option<Vec<FlowSchemaCondition>>,
}
Expand description
FlowSchemaStatus represents the current state of a FlowSchema.
Fields
conditions: Option<Vec<FlowSchemaCondition>>
conditions
is a list of the current states of FlowSchema.
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for FlowSchemaStatus
impl Send for FlowSchemaStatus
impl Sync for FlowSchemaStatus
impl Unpin for FlowSchemaStatus
impl UnwindSafe for FlowSchemaStatus
Blanket Implementations
Mutably borrows from an owned value. Read more