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