Skip to main content

materialized_host_path

Function materialized_host_path 

Source
pub fn materialized_host_path(
    root: &Path,
    ident: &str,
    target: &Path,
) -> PathBuf
Expand description

The host path a File-target secret at container path target is materialized to for workload ident.

Deterministic in exactly those three inputs, which is what lets admission recompute it from the spec alone and match a bind against it.