{ "opencollection": "1.0.0", "info": { "name": "Crossplane Kubernetes CompositeResourceDefinitions Functions API", "version": "2.2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Functions", "type": "folder" }, "items": [ { "info": { "name": "Crossplane List Functions", "type": "http" }, "http": { "method": "GET", "url": "https://kubernetes.default.svc/apis/pkg.crossplane.io/v1/functions", "params": [ { "name": "labelSelector", "value": "", "type": "query", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return in a single response. The server may return fewer items than requested. Use the continue token for pagination." }, { "name": "continue", "value": "", "type": "query", "description": "Token returned by a previous list call to retrieve the next page of results. This token encodes list position and expiration time." } ] }, "docs": "Returns a list of all Composition Function package installations. Functions are OCI images that implement the Composition Function gRPC protocol and are invoked as pipeline steps during composition." }, { "info": { "name": "Crossplane Install a Function", "type": "http" }, "http": { "method": "POST", "url": "https://kubernetes.default.svc/apis/pkg.crossplane.io/v1/functions", "body": { "type": "json", "data": "{}" } }, "docs": "Installs a new Composition Function by referencing its OCI package image. Once installed, the Function can be referenced in Composition pipeline steps by name." }, { "info": { "name": "Crossplane Get a Function", "type": "http" }, "http": { "method": "GET", "url": "https://kubernetes.default.svc/apis/pkg.crossplane.io/v1/functions/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the Crossplane resource." } ] }, "docs": "Returns details of a specific Composition Function installation, including its package image reference and status conditions reflecting whether the function is healthy and ready to serve composition requests." }, { "info": { "name": "Crossplane Uninstall a Function", "type": "http" }, "http": { "method": "DELETE", "url": "https://kubernetes.default.svc/apis/pkg.crossplane.io/v1/functions/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the Crossplane resource." } ] }, "docs": "Removes a Composition Function installation. Compositions that reference this Function in their pipeline will fail to reconcile until the Function reference is removed or the Function is reinstalled." } ] } ], "bundled": true }