k8s_e2e_tests

Function collect_btree

Source
pub fn collect_btree<'a>(
    items: impl IntoIterator<Item = (&'a str, &'a str)> + 'a,
) -> Option<BTreeMap<String, String>>