Skip to content

Instantly share code, notes, and snippets.

@garethahealy
Created January 25, 2018 12:53
Show Gist options
  • Save garethahealy/1ee8173775410e3ec974db39aa54a262 to your computer and use it in GitHub Desktop.
Save garethahealy/1ee8173775410e3ec974db39aa54a262 to your computer and use it in GitHub Desktop.
{
"apiVersion":"enmasse.io/v1",
"kind":"AddressSpace",
"metadata":{
"name":"testing-1",
"namespace":"enmasse",
"createdBy":"anonymous"
},
"spec":{
"type":"brokered",
"plan":"unlimited",
"endpoints":[
],
"authenticationService":{
"type":"none",
"details":{
}
}
},
"status":{
"isReady":false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment