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