Struct k8s_openapi::api::rbac::v1alpha1::AggregationRule [−][src]
pub struct AggregationRule {
pub cluster_role_selectors: Vec<LabelSelector>,
}Expand description
AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole
Fields
cluster_role_selectors: Vec<LabelSelector>ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole’s permissions will be added
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 AggregationRuleimpl Send for AggregationRuleimpl Sync for AggregationRuleimpl Unpin for AggregationRuleimpl UnwindSafe for AggregationRuleBlanket Implementations
Mutably borrows from an owned value. Read more