Struct k8s_openapi::v1_10::api::extensions::v1beta1::SupplementalGroupsStrategyOptions
source · pub struct SupplementalGroupsStrategyOptions {
pub ranges: Option<Vec<IDRange>>,
pub rule: Option<String>,
}
Expand description
SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.
Fields§
§ranges: Option<Vec<IDRange>>
Ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end.
rule: Option<String>
Rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
Trait Implementations§
source§impl Clone for SupplementalGroupsStrategyOptions
impl Clone for SupplementalGroupsStrategyOptions
source§fn clone(&self) -> SupplementalGroupsStrategyOptions
fn clone(&self) -> SupplementalGroupsStrategyOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for SupplementalGroupsStrategyOptions
impl Default for SupplementalGroupsStrategyOptions
source§fn default() -> SupplementalGroupsStrategyOptions
fn default() -> SupplementalGroupsStrategyOptions
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SupplementalGroupsStrategyOptions
impl<'de> Deserialize<'de> for SupplementalGroupsStrategyOptions
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more