pub async fn watch(
    gameservers_namespace: impl AsRef<str>,
    config_namespace: impl AsRef<str>,
    config: Arc<Config>
) -> Result<()>