Function k8s_e2e_tests::collect_btree

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