ducky/subscriptions

Paddy 2015-09-30 Parent:fe8f092cc149

14:fb2c0e498e37 Go to Latest

ducky/subscriptions/secrets/stripe.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!

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 }