pub(in server) async fn lifecycle(
__arg0: State<Arc<AppState>>,
__arg1: Path<String>,
) -> Result<impl IntoResponse, StatusCode>Expand description
GET /v1/rollouts/{rolloutId}/lifecycle - supersession state for the
rollout, sourced solely from the rollouts table. Returns 404 for any
rid not tracked there.
Distinct from the signed manifest endpoint because we can’t inject server-derived metadata into the signed bytes.