Struct k8s_openapi::api::core::v1::NodeFeatures
source · pub struct NodeFeatures {
pub supplemental_groups_policy: Option<bool>,
}
Expand description
NodeFeatures describes the set of features implemented by the CRI implementation. The features contained in the NodeFeatures should depend only on the cri implementation independent of runtime handlers.
Fields§
§supplemental_groups_policy: Option<bool>
SupplementalGroupsPolicy is set to true if the runtime supports SupplementalGroupsPolicy and ContainerUser.
Trait Implementations§
source§impl Clone for NodeFeatures
impl Clone for NodeFeatures
source§fn clone(&self) -> NodeFeatures
fn clone(&self) -> NodeFeatures
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 NodeFeatures
impl Debug for NodeFeatures
source§impl DeepMerge for NodeFeatures
impl DeepMerge for NodeFeatures
source§fn merge_from(&mut self, other: Self)
fn merge_from(&mut self, other: Self)
Merge
other
into self
.source§impl Default for NodeFeatures
impl Default for NodeFeatures
source§fn default() -> NodeFeatures
fn default() -> NodeFeatures
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for NodeFeatures
impl<'de> Deserialize<'de> for NodeFeatures
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
source§impl PartialEq for NodeFeatures
impl PartialEq for NodeFeatures
source§impl Serialize for NodeFeatures
impl Serialize for NodeFeatures
impl StructuralPartialEq for NodeFeatures
Auto Trait Implementations§
impl Freeze for NodeFeatures
impl RefUnwindSafe for NodeFeatures
impl Send for NodeFeatures
impl Sync for NodeFeatures
impl Unpin for NodeFeatures
impl UnwindSafe for NodeFeatures
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)