List pods in a namespace
Returns pods with status, ready state, restarts, and age. Filter by label selector or service name.
Path parameters
Kubernetes namespace
Query parameters
Kubernetes context (uses current if omitted)
Label selector to filter pods (e.g., "app=nginx,version=v1")
Filter to pods backing this service
Response
List of pods
Example response
{
"error": {
"code": "NOT_FOUND",
"message": "Service not found"
}
}Changes
Changed in 3 of the 4 revisions of this API.12
- ○
added the non-success response with the status
response-non-success-status-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲