Skip to content

Instantly share code, notes, and snippets.

@garethahealy
Created January 25, 2018 14:08
Show Gist options
  • Save garethahealy/4404b7af3ffa175c9392f5e10aeabed9 to your computer and use it in GitHub Desktop.
Save garethahealy/4404b7af3ffa175c9392f5e10aeabed9 to your computer and use it in GitHub Desktop.
EnMasse AddressList example
{
"apiVersion": "enmasse.io/v1",
"kind": "AddressList",
"items": [
{
"metadata": {
"name": "my-queue"
},
"spec": {
"type": "queue"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment