Function mz_orchestratord::k8s::get_resource

source ยท
pub async fn get_resource<K>(
    api: &Api<K>,
    name: &str,
) -> Result<Option<K>, Error>