Function compute_diff

Source
pub fn compute_diff<'a>(obj: &'a Yaml, helm: &'a Yaml) -> Option<Cow<'a, Yaml>>
Expand description

Recursively computes the difference between an override YAML object and the helm values YAML object.