pub async fn pods(
    pool: Data<PgPool>,
    user: AuthUser,
) -> ControllerResult<Json<Vec<PodInfo>>>
Expand description

GET /api/v0/main-frontend/status/pods

Returns the status of all Pods in the current namespace.