Struct k8s_openapi::api::flowcontrol::v1beta1::PriorityLevelConfigurationReference [−][src]
pub struct PriorityLevelConfigurationReference {
pub name: String,
}
Expand description
PriorityLevelConfigurationReference contains information that points to the “request-priority” being used.
Fields
name: String
name
is the name of the priority level configuration being referenced Required.
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 PriorityLevelConfigurationReference
impl Sync for PriorityLevelConfigurationReference
impl Unpin for PriorityLevelConfigurationReference
Blanket Implementations
Mutably borrows from an owned value. Read more