kubernetes
Get Kubernetes pods within a namespace
Get the list of Kubernetes pods in the given namespace. Access policy: Authenticated user.
get/kubernetes/{id}/namespaces/{namespace}/pods
Path parameters
idinteger required
Environment(Endpoint) identifier
namespacestring required
Namespace
Query parameters
labelSelectorstring
Kubernetes label selector to filter the pods (e.g. app=nginx)
fieldSelectorstring
Kubernetes field selector to filter the pods (e.g. status.phase=Running)
Response
Success