pub async fn pods( pool: Data<PgPool>, user: AuthUser, ) -> ControllerResult<Json<Vec<PodInfo>>>
GET /api/v0/main-frontend/status/pods
/api/v0/main-frontend/status/pods
Returns the status of all Pods in the current namespace.