ducky/subscriptions
2015-09-30
Parent:fe8f092cc149
ducky/subscriptions/services/subscriptionsd.json
Update with comments for all exported functions. We now have golint-approved comments for all the exported functions in the subscriptions package. Next challenge: all the sub-packages!
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 }