ducky/subscriptions

Paddy 2015-10-04 Parent:fe8f092cc149

17:7eef47ecc01c Go to Latest

ducky/subscriptions/secrets/stripe.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 "apiVersion": "v1",
3 "kind": "Secret",
4 "metadata" : {
5 "name": "stripe",
6 "namespace": "default"
7 },
8 "data": {
9 "privatekey": "YOUR BASE 64 ENCODED SECRET KEY GOES HERE"
10 }
11 }