pub fn validate_user_volume_mounts(
mounts: &[VolumeMount],
) -> Result<(), VolumeRejection>Expand description
Validate a slice of user-supplied [VolumeMount] entries against the
allow-list. Returns the first rejection encountered.
ยงErrors
Returns VolumeRejection for the first mount that fails any check.