Skip to content

Commit

Permalink
Update api sources. Still need to regen documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
lavalamp committed Jun 19, 2014
1 parent f9e9a7c commit ee02cb2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/doc/service-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,9 @@
"type": "object",
"required": false
}
"selector": {
"type": "object",
"required": false
}
}
}
3 changes: 3 additions & 0 deletions api/examples/external-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
"labels": {
"name": "nginx"
},
"selector": {
"name": "nginx"
},
"createExternalLoadBalancer": true
}
3 changes: 3 additions & 0 deletions api/examples/service.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
"labels": {
"name": "nginx"
}
"selector": {
"name": "nginx"
}
}

0 comments on commit ee02cb2

Please sign in to comment.