Struct k8s_openapi::api::core::v1::ScopeSelector [−][src]
pub struct ScopeSelector {
pub match_expressions: Option<Vec<ScopedResourceSelectorRequirement>>,
}
Expand description
A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements.
Fields
match_expressions: Option<Vec<ScopedResourceSelectorRequirement>>
A list of scope selector requirements by scope of the resources.
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 ScopeSelector
impl Send for ScopeSelector
impl Sync for ScopeSelector
impl Unpin for ScopeSelector
impl UnwindSafe for ScopeSelector
Blanket Implementations
Mutably borrows from an owned value. Read more