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