pub async fn set_configmap( client: Client, namespace: &str, cm_name: &str, data: BTreeMap<String, String>, ) -> Result<(), Error>