Skip to content

Instantly share code, notes, and snippets.

@dtornow
Created November 6, 2018 15:40
Show Gist options
  • Save dtornow/248c7b4a4a133e214fd8ef39c206e34c to your computer and use it in GitHub Desktop.
Save dtornow/248c7b4a4a133e214fd8ef39c206e34c to your computer and use it in GitHub Desktop.
Read Object Request, Result
fact {
all r : ReadObject {
some s : Server {
s.revision >= r.revision
r.result = {o : s.objects | o.kind = r.kind and o.name = r.name and o.namespace = r.namespace}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment