Skip to content

Instantly share code, notes, and snippets.

@kmala
Created July 27, 2016 17:54
Show Gist options
  • Save kmala/edae3d15ae85f2abb9f5c32e3c895c95 to your computer and use it in GitHub Desktop.
Save kmala/edae3d15ae85f2abb9f5c32e3c895c95 to your computer and use it in GitHub Desktop.
Deis CLI :
old requestbody:
{
"readiness":{}
"liveness": {}
}
new requestbody:
{
"type": {
"readiness":{}
"liveness": {}
}
}
type: <proc type>, all
if type is null, assume only for routable?
Controller:
handle both the requests for backward-compatibility.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment