Veronika Volokitina

Results 4 issues of Veronika Volokitina

### New Metrics Added **Prometheus metrics:** - `skipper_route_valid_routes` (counter) - Total number of successfully processed routes - `skipper_route_invalid_routes{reason}` (counter) - Total number of invalid routes with failure reason labels **CodaHale...

minor

When validation is enabled and a new invalid route is created, it gets rejected and a metric is emitted. But when the route is later fixed, the old metric is...

bugfix

Currently, our validation testdata primarily focuses on failure scenarios caused by technical debt in an early PR of the validation webhook. While these tests demonstrate how validation fails, they don’t...

kubernetes
test

### Background Skipper’s Kubernetes cluster client currently performs only basic validation when fetching Ingress and RouteGroup resources from the cluster. This leads to inconsistencies between what the admission webhook validates...

enhancement
kubernetes