{ "opencollection": "1.0.0", "info": { "name": "Kubernetes Services Kubernetes EndpointSlices GatewayClass API", "version": "v1.32.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "GatewayClass", "type": "folder" }, "items": [ { "info": { "name": "Kubernetes Services List GatewayClasses", "type": "http" }, "http": { "method": "GET", "url": "https://kubernetes.default.svc/apis/gateway.networking.k8s.io/v1/gatewayclasses", "params": [ { "name": "labelSelector", "value": "", "type": "query", "description": "Label selector to filter resources." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return." }, { "name": "watch", "value": "", "type": "query", "description": "If true, stream watch events." } ] }, "docs": "Returns a list of all GatewayClass resources in the cluster. GatewayClasses are cluster-scoped and identify gateway controller implementations available for use by Gateway resources." }, { "info": { "name": "Kubernetes Services Create a GatewayClass", "type": "http" }, "http": { "method": "POST", "url": "https://kubernetes.default.svc/apis/gateway.networking.k8s.io/v1/gatewayclasses", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new GatewayClass resource. GatewayClasses are typically managed by infrastructure providers and installed when a gateway controller is deployed in the cluster." }, { "info": { "name": "Kubernetes Services Get a GatewayClass", "type": "http" }, "http": { "method": "GET", "url": "https://kubernetes.default.svc/apis/gateway.networking.k8s.io/v1/gatewayclasses/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the resource." } ] }, "docs": "Returns the specified GatewayClass including the controller name, parameters reference, and the current Accepted condition." }, { "info": { "name": "Kubernetes Services Delete a GatewayClass", "type": "http" }, "http": { "method": "DELETE", "url": "https://kubernetes.default.svc/apis/gateway.networking.k8s.io/v1/gatewayclasses/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the resource." } ] }, "docs": "Deletes the specified GatewayClass. Gateways referencing this class will lose their controller association." } ] } ], "bundled": true }