Skip to content

Instantly share code, notes, and snippets.

@garethahealy
Created January 25, 2018 15:42
Show Gist options
  • Save garethahealy/89c8ff853f8699baf5b17a92cf080063 to your computer and use it in GitHub Desktop.
Save garethahealy/89c8ff853f8699baf5b17a92cf080063 to your computer and use it in GitHub Desktop.
address lists which are created
{
"apiVersion":"enmasse.io/v1",
"kind":"AddressList",
"items":[
{
"metadata":{
"name":"my-queue11",
"addressSpace":"default",
"uuid":"27087d8a-0081-3671-a221-2dcc5a3787cf"
},
"spec":{
"type":"queue",
"plan":"pooled-persisted",
"address":"my-queue11"
},
"status":{
"isReady":true
}
},
{
"metadata":{
"name":"my-queue22",
"addressSpace":"default",
"uuid":"be6c5dc5-71a1-30f0-a7b9-8783c5065bb7"
},
"spec":{
"type":"queue",
"plan":"pooled-persisted",
"address":"my-queue22"
},
"status":{
"isReady":true
}
},
{
"metadata":{
"name":"my-queue33",
"addressSpace":"default",
"uuid":"3e74b718-45f2-3c5b-937b-cbdcfdbf84fb"
},
"spec":{
"type":"queue",
"plan":"pooled-persisted",
"address":"my-queue33"
},
"status":{
"isReady":true
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment