ducky/subscriptions

Paddy 2015-10-04 Parent:fe8f092cc149

17:7eef47ecc01c Go to Latest

ducky/subscriptions/services/subscriptionsd.json

Document our client to make golint happy. Take care of all the documentation warnings in the client subpackage, which means golint now returns successfully.

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 }