Function pod_disruption_budgets

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

GET /api/v0/main-frontend/status/pod-disruption-budgets

Returns the status of all PodDisruptionBudgets in the current namespace.