{ "opencollection": "1.0.0", "info": { "name": "Contour Gateway HTTPRoute API", "version": "1.30.0" }, "items": [ { "info": { "name": "HTTPRoute", "type": "folder" }, "items": [ { "info": { "name": "Contour List HTTPRoute resources in a namespace", "type": "http" }, "http": { "method": "GET", "url": "https://{kubernetes-api-server}/apis/gateway.networking.k8s.io/v1/namespaces/:namespace/httproutes", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "The Kubernetes namespace of the resource." }, { "name": "labelSelector", "value": "", "type": "query", "description": "Label selector to filter resources." } ] }, "docs": "Returns all HTTPRoute resources in the specified namespace. HTTPRoutes define routing rules for HTTP and HTTPS traffic, attaching to one or more Gateways." }, { "info": { "name": "Contour Create an HTTPRoute resource", "type": "http" }, "http": { "method": "POST", "url": "https://{kubernetes-api-server}/apis/gateway.networking.k8s.io/v1/namespaces/:namespace/httproutes", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "The Kubernetes namespace of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new HTTPRoute resource that defines HTTP traffic routing rules and attaches them to a Gateway. The route can match on host, path, headers, query parameters, and HTTP method." }, { "info": { "name": "Contour Get a specific HTTPRoute resource", "type": "http" }, "http": { "method": "GET", "url": "https://{kubernetes-api-server}/apis/gateway.networking.k8s.io/v1/namespaces/:namespace/httproutes/:name", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "The Kubernetes namespace of the resource." }, { "name": "name", "value": "", "type": "path", "description": "The name of the resource." } ] }, "docs": "Returns the specified HTTPRoute resource, including its routing rules and current status conditions." }, { "info": { "name": "Contour Replace an HTTPRoute resource", "type": "http" }, "http": { "method": "PUT", "url": "https://{kubernetes-api-server}/apis/gateway.networking.k8s.io/v1/namespaces/:namespace/httproutes/:name", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "The Kubernetes namespace of the resource." }, { "name": "name", "value": "", "type": "path", "description": "The name of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replaces the entire HTTPRoute resource with the provided specification." }, { "info": { "name": "Contour Delete an HTTPRoute resource", "type": "http" }, "http": { "method": "DELETE", "url": "https://{kubernetes-api-server}/apis/gateway.networking.k8s.io/v1/namespaces/:namespace/httproutes/:name", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "The Kubernetes namespace of the resource." }, { "name": "name", "value": "", "type": "path", "description": "The name of the resource." } ] }, "docs": "Deletes the specified HTTPRoute resource. Contour will remove the associated routing rules from the Envoy configuration." } ] } ], "bundled": true }