Struct k8s_openapi::v1_7::kubernetes::pkg::apis::extensions::v1beta1::FSGroupStrategyOptions
source · Expand description
FSGroupStrategyOptions defines the strategy type and options used to create the strategy.
Fields§
§ranges: Option<Vec<IDRange>>
Ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end.
rule: Option<String>
Rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
Trait Implementations§
source§impl Clone for FSGroupStrategyOptions
impl Clone for FSGroupStrategyOptions
source§fn clone(&self) -> FSGroupStrategyOptions
fn clone(&self) -> FSGroupStrategyOptions
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 Debug for FSGroupStrategyOptions
impl Debug for FSGroupStrategyOptions
source§impl Default for FSGroupStrategyOptions
impl Default for FSGroupStrategyOptions
source§fn default() -> FSGroupStrategyOptions
fn default() -> FSGroupStrategyOptions
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for FSGroupStrategyOptions
impl<'de> Deserialize<'de> for FSGroupStrategyOptions
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