Skip to content

Instantly share code, notes, and snippets.

@dtornow
Last active November 5, 2018 18:51
Show Gist options
  • Save dtornow/9746722cdb72c5314a812ba9befee0a8 to your computer and use it in GitHub Desktop.
Save dtornow/9746722cdb72c5314a812ba9befee0a8 to your computer and use it in GitHub Desktop.

The Kubernetes Object Store

sig Store { objects : set Object, revision : Int }
sig Object { kind : String, name : String, namespace : String }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment