{ "opencollection": "1.0.0", "info": { "name": "Crossplane Kubernetes CompositeResourceDefinitions DeploymentRuntimeConfigs API", "version": "2.2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "DeploymentRuntimeConfigs", "type": "folder" }, "items": [ { "info": { "name": "Crossplane List DeploymentRuntimeConfigs", "type": "http" }, "http": { "method": "GET", "url": "https://kubernetes.default.svc/apis/pkg.crossplane.io/v1beta1/deploymentruntimeconfigs", "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 DeploymentRuntimeConfig resources. These resources customize the Kubernetes Deployment and ServiceAccount used to run Provider and Function controller pods." }, { "info": { "name": "Crossplane Create a DeploymentRuntimeConfig", "type": "http" }, "http": { "method": "POST", "url": "https://kubernetes.default.svc/apis/pkg.crossplane.io/v1beta1/deploymentruntimeconfigs", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a DeploymentRuntimeConfig to customize how Crossplane deploys Provider or Function pods. Providers and Functions reference this resource via runtimeConfigRef in their spec." }, { "info": { "name": "Crossplane Get a DeploymentRuntimeConfig", "type": "http" }, "http": { "method": "GET", "url": "https://kubernetes.default.svc/apis/pkg.crossplane.io/v1beta1/deploymentruntimeconfigs/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the Crossplane resource." } ] }, "docs": "Returns a specific DeploymentRuntimeConfig, including its deployment template and service account template overrides." }, { "info": { "name": "Crossplane Delete a DeploymentRuntimeConfig", "type": "http" }, "http": { "method": "DELETE", "url": "https://kubernetes.default.svc/apis/pkg.crossplane.io/v1beta1/deploymentruntimeconfigs/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the Crossplane resource." } ] }, "docs": "Deletes a DeploymentRuntimeConfig. Providers or Functions referencing this config via runtimeConfigRef will continue using the last applied configuration until they are updated." } ] } ], "bundled": true }