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