{ "opencollection": "1.0.0", "info": { "name": "Kubernetes Services Kubernetes EndpointSlices Gateway API", "version": "v1.32.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Gateway", "type": "folder" }, "items": [ { "info": { "name": "Kubernetes Services List Gateways in a namespace", "type": "http" }, "http": { "method": "GET", "url": "https://kubernetes.default.svc/apis/gateway.networking.k8s.io/v1/namespaces/:namespace/gateways", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Namespace name to scope the request." }, { "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 Gateway resources in the specified namespace. Each Gateway represents an instance of traffic-handling infrastructure provisioned by the referenced GatewayClass controller." }, { "info": { "name": "Kubernetes Services Create a Gateway", "type": "http" }, "http": { "method": "POST", "url": "https://kubernetes.default.svc/apis/gateway.networking.k8s.io/v1/namespaces/:namespace/gateways", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Namespace name to scope the request." }, { "name": "dryRun", "value": "", "type": "query", "description": "If 'All', validates without persisting." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Gateway in the specified namespace. The Gateway references a GatewayClass and defines one or more listeners with their protocol, port, and allowed routes configuration." }, { "info": { "name": "Kubernetes Services Get a Gateway", "type": "http" }, "http": { "method": "GET", "url": "https://kubernetes.default.svc/apis/gateway.networking.k8s.io/v1/namespaces/:namespace/gateways/:name", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Namespace name to scope the request." }, { "name": "name", "value": "", "type": "path", "description": "Name of the resource." } ] }, "docs": "Returns the specified Gateway including its GatewayClass reference, listener configurations, and current conditions reported by the gateway controller." }, { "info": { "name": "Kubernetes Services Replace a Gateway", "type": "http" }, "http": { "method": "PUT", "url": "https://kubernetes.default.svc/apis/gateway.networking.k8s.io/v1/namespaces/:namespace/gateways/:name", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Namespace name to scope the request." }, { "name": "name", "value": "", "type": "path", "description": "Name of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replaces the full specification of the specified Gateway, triggering the gateway controller to reconcile listeners and attached routes." }, { "info": { "name": "Kubernetes Services Delete a Gateway", "type": "http" }, "http": { "method": "DELETE", "url": "https://kubernetes.default.svc/apis/gateway.networking.k8s.io/v1/namespaces/:namespace/gateways/:name", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Namespace name to scope the request." }, { "name": "name", "value": "", "type": "path", "description": "Name of the resource." } ] }, "docs": "Deletes the specified Gateway and triggers the controller to deprovision the associated traffic-handling infrastructure." } ] } ], "bundled": true }