Struct k8s_openapi::api::policy::v1beta1::AllowedCSIDriver [−][src]
pub struct AllowedCSIDriver {
pub name: String,
}Expand description
AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
Fields
name: StringName is the registered name of the CSI driver
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 AllowedCSIDriverimpl Send for AllowedCSIDriverimpl Sync for AllowedCSIDriverimpl Unpin for AllowedCSIDriverimpl UnwindSafe for AllowedCSIDriverBlanket Implementations
Mutably borrows from an owned value. Read more