create_configmap_ifnotexist

Function create_configmap_ifnotexist 

Source
pub async fn create_configmap_ifnotexist(
    client: Client,
    namespace: &str,
    cm_name: &str,
) -> Result<(), Error>