ducky/subscriptions

Paddy 2015-09-27 Parent:fe8f092cc149

13:1ff031bebf9e Go to Latest

ducky/subscriptions/services/subscriptionsd.json

Add golint comments. Comment on some more of our exported types, functions, and variables, both to make golint happy and because uncommented code never ever ends well.

History
1 {
2 "kind":"Service",
3 "apiVersion":"v1",
4 "metadata":{
5 "name":"ducky-subscriptionsd",
6 "labels":{
7 "name":"subscriptionsd",
8 "context": "ducky",
9 "repo": "ducky--subscriptionsd",
10 "role": "subscriptions"
11 }
12 },
13 "spec":{
14 "ports": [
15 {
16 "name": "http",
17 "port": 80,
18 "targetPort": "http"
19 }
20 ],
21 "selector":{
22 "name":"subscriptionsd",
23 "context": "ducky",
24 "repo": "ducky--subscriptionsd",
25 "role": "subscriptions"
26 },
27 "type": "LoadBalancer"
28 }
29 }