{ "opencollection": "1.0.0", "info": { "name": "Kubernetes Core API (v1) ConfigMaps Secrets API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Secrets", "type": "folder" }, "items": [ { "info": { "name": "List secrets in a namespace", "type": "http" }, "http": { "method": "GET", "url": "https://kubernetes.default.svc/api/v1/namespaces/:namespace/secrets", "params": [ { "name": "namespace", "value": "", "type": "path" } ] }, "docs": "List secrets in a namespace" }, { "info": { "name": "Create a secret", "type": "http" }, "http": { "method": "POST", "url": "https://kubernetes.default.svc/api/v1/namespaces/:namespace/secrets", "params": [ { "name": "namespace", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a secret" } ] } ], "bundled": true }