set_configmap

Function set_configmap 

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