Created
          January 25, 2018 14:08 
        
      - 
      
- 
        Save garethahealy/4404b7af3ffa175c9392f5e10aeabed9 to your computer and use it in GitHub Desktop. 
    EnMasse AddressList example
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| "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