create_configmap

Function create_configmap 

Source
pub async fn create_configmap(
    cm_api: Api<ConfigMap>,
    cm_name: &str,
    pg_postmaster: &str,
) -> Result<(), Error>