ingress_get
Retrieve detailed ingress information, including path-to-backend routing rules, to inspect how traffic is directed in a Kubernetes cluster.
Instructions
[READ] Return detail for a single ingress, including path→backend rules.
Args: name: Ingress name (see ingress_list). namespace: Namespace; omit for the target's default namespace. target: k8s target name from config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| target | No | ||
| namespace | No |