pub async fn get_clusters_deprecated(
ctx: RequestCtx,
q: Query<ClusterQuery>,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>Expand description
DEPRECATED alias for GET /clusters. Logs a server-side warning,
then delegates to the canonical handler. Old path kept for one
release.