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