Struct k8s_openapi::api::flowcontrol::v1beta1::PriorityLevelConfigurationStatus [−][src]
pub struct PriorityLevelConfigurationStatus {
pub conditions: Vec<PriorityLevelConfigurationCondition>,
}Expand description
PriorityLevelConfigurationStatus represents the current state of a “request-priority”.
Fields
conditions: Vec<PriorityLevelConfigurationCondition>conditions is the current state of “request-priority”.
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 Send for PriorityLevelConfigurationStatusimpl Sync for PriorityLevelConfigurationStatusimpl Unpin for PriorityLevelConfigurationStatusBlanket Implementations
Mutably borrows from an owned value. Read more