{ "opencollection": "1.0.0", "info": { "name": "Kubernetes Services Kubernetes EndpointSlices Ingress API", "version": "v1.32.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Ingress", "type": "folder" }, "items": [ { "info": { "name": "Kubernetes Services List Ingresses in a namespace", "type": "http" }, "http": { "method": "GET", "url": "https://kubernetes.default.svc/apis/networking.k8s.io/v1/namespaces/:namespace/ingresses", "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": "fieldSelector", "value": "", "type": "query", "description": "Field selector to filter resources by field values." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return." }, { "name": "continue", "value": "", "type": "query", "description": "Pagination continuation token." }, { "name": "watch", "value": "", "type": "query", "description": "If true, stream watch events instead of returning a list." } ] }, "docs": "Returns a list of all Ingress objects in the specified namespace. Each Ingress defines HTTP/HTTPS routing rules that an ingress controller translates into proxy configuration." }, { "info": { "name": "Kubernetes Services Create an Ingress", "type": "http" }, "http": { "method": "POST", "url": "https://kubernetes.default.svc/apis/networking.k8s.io/v1/namespaces/:namespace/ingresses", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Namespace name to scope the request." }, { "name": "dryRun", "value": "", "type": "query", "description": "If 'All', validates without persisting the change." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Ingress in the specified namespace. The Ingress spec defines host-based and path-based routing rules, optional TLS configuration, and a default backend for unmatched requests." }, { "info": { "name": "Kubernetes Services Get an Ingress", "type": "http" }, "http": { "method": "GET", "url": "https://kubernetes.default.svc/apis/networking.k8s.io/v1/namespaces/:namespace/ingresses/: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 Ingress including its routing rules, TLS configuration, associated IngressClass, and load balancer status from the ingress controller." }, { "info": { "name": "Kubernetes Services Replace an Ingress", "type": "http" }, "http": { "method": "PUT", "url": "https://kubernetes.default.svc/apis/networking.k8s.io/v1/namespaces/:namespace/ingresses/:name", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Namespace name to scope the request." }, { "name": "name", "value": "", "type": "path", "description": "Name of the resource." }, { "name": "dryRun", "value": "", "type": "query", "description": "If 'All', validates without persisting the change." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replaces the full specification of the specified Ingress. The ingress controller will reconfigure its proxy rules to match the updated routing configuration." }, { "info": { "name": "Kubernetes Services Patch an Ingress", "type": "http" }, "http": { "method": "PATCH", "url": "https://kubernetes.default.svc/apis/networking.k8s.io/v1/namespaces/:namespace/ingresses/: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": "Applies a partial update to the specified Ingress using strategic merge patch or JSON merge patch semantics." }, { "info": { "name": "Kubernetes Services Delete an Ingress", "type": "http" }, "http": { "method": "DELETE", "url": "https://kubernetes.default.svc/apis/networking.k8s.io/v1/namespaces/:namespace/ingresses/: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 Ingress. The ingress controller will remove the corresponding proxy rules and any associated TLS configuration." }, { "info": { "name": "Kubernetes Services List Ingresses across all namespaces", "type": "http" }, "http": { "method": "GET", "url": "https://kubernetes.default.svc/apis/networking.k8s.io/v1/ingresses", "params": [ { "name": "labelSelector", "value": "", "type": "query", "description": "Label selector to filter resources." }, { "name": "fieldSelector", "value": "", "type": "query", "description": "Field selector to filter resources by field values." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return." }, { "name": "watch", "value": "", "type": "query", "description": "If true, stream watch events instead of returning a list." } ] }, "docs": "Returns all Ingress objects cluster-wide. Useful for auditing ingress rules, identifying conflicting host rules, and monitoring TLS certificate coverage across namespaces." } ] } ], "bundled": true }