{ "opencollection": "1.0.0", "info": { "name": "Crossplane Kubernetes CompositeResourceDefinitions EnvironmentConfigs API", "version": "2.2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "EnvironmentConfigs", "type": "folder" }, "items": [ { "info": { "name": "Crossplane List EnvironmentConfigs", "type": "http" }, "http": { "method": "GET", "url": "https://kubernetes.default.svc/apis/apiextensions.crossplane.io/v1/environmentconfigs", "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 EnvironmentConfig resources. EnvironmentConfigs hold shared configuration data that can be patched into Compositions via environment patch types, enabling cluster-wide shared values." }, { "info": { "name": "Crossplane Create an EnvironmentConfig", "type": "http" }, "http": { "method": "POST", "url": "https://kubernetes.default.svc/apis/apiextensions.crossplane.io/v1/environmentconfigs", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new EnvironmentConfig resource containing arbitrary key-value configuration data. Compositions can select and merge EnvironmentConfigs using label selectors." }, { "info": { "name": "Crossplane Get an EnvironmentConfig", "type": "http" }, "http": { "method": "GET", "url": "https://kubernetes.default.svc/apis/apiextensions.crossplane.io/v1/environmentconfigs/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the Crossplane resource." } ] }, "docs": "Returns a specific EnvironmentConfig resource by name, including its data map of arbitrary configuration key-value pairs." }, { "info": { "name": "Crossplane Delete an EnvironmentConfig", "type": "http" }, "http": { "method": "DELETE", "url": "https://kubernetes.default.svc/apis/apiextensions.crossplane.io/v1/environmentconfigs/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the Crossplane resource." } ] }, "docs": "Deletes a specific EnvironmentConfig. Compositions referencing this config will fail to reconcile until the reference is removed or the config is recreated." } ] } ], "bundled": true }