Struct k8s_openapi::api::core::v1::Capabilities [−][src]
Expand description
Adds and removes POSIX capabilities from running containers.
Fields
add: Option<Vec<String>>
Added capabilities
drop: Option<Vec<String>>
Removed capabilities
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 Capabilities
impl Send for Capabilities
impl Sync for Capabilities
impl Unpin for Capabilities
impl UnwindSafe for Capabilities
Blanket Implementations
Mutably borrows from an owned value. Read more