Struct k8s_openapi::api::storage::v1::CSINodeSpec [−][src]
pub struct CSINodeSpec {
pub drivers: Vec<CSINodeDriver>,
}
Expand description
CSINodeSpec holds information about the specification of all CSI drivers installed on a node
Fields
drivers: Vec<CSINodeDriver>
drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty.
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 CSINodeSpec
impl Send for CSINodeSpec
impl Sync for CSINodeSpec
impl Unpin for CSINodeSpec
impl UnwindSafe for CSINodeSpec
Blanket Implementations
Mutably borrows from an owned value. Read more