{ "opencollection": "1.0.0", "info": { "name": "Knative Eventing Apis Configurations API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Configurations", "type": "folder" }, "items": [ { "info": { "name": "List Knative Configurations", "type": "http" }, "http": { "method": "GET", "url": "https://kubernetes.default.svc/apis/serving.knative.dev/v1/namespaces/:namespace/configurations", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Kubernetes namespace containing the resource." }, { "name": "labelSelector", "value": "", "type": "query", "description": "Selector to filter resources by label key-value pairs." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return in a single response." }, { "name": "continue", "value": "", "type": "query", "description": "Pagination token returned by a previous list call." } ] }, "docs": "Returns a list of all Knative Configuration resources in the specified namespace. Configurations hold the desired state template and track the latest created and ready Revisions." }, { "info": { "name": "Get a Knative Configuration", "type": "http" }, "http": { "method": "GET", "url": "https://kubernetes.default.svc/apis/serving.knative.dev/v1/namespaces/:namespace/configurations/:name", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Kubernetes namespace containing the resource." }, { "name": "name", "value": "", "type": "path", "description": "Name of the Knative resource." } ] }, "docs": "Returns details of a specific Knative Configuration including its revision template, latestCreatedRevisionName, and latestReadyRevisionName in the status." } ] } ], "bundled": true }