We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Although TraefikRouteProvider has a data_removed event: https://github.com/canonical/traefik-k8s-operator/blob/main/lib/charms/traefik_route_k8s/v0/traefik_route.py#L126
TraefikRouteProvider
data_removed
TraefikRouteRequirer only declares a ready event: https://github.com/canonical/traefik-k8s-operator/blob/main/lib/charms/traefik_route_k8s/v0/traefik_route.py#L119
TraefikRouteRequirer
ready
That causes charms that use traefik_route not to handle ingress removed/broken/lost events (example)
.
Should be the same for all environments.
No response
The text was updated successfully, but these errors were encountered:
We could have a broken event that could make the API consistent.
broken
Sorry, something went wrong.
No branches or pull requests
Bug Description
Although
TraefikRouteProvider
has adata_removed
event: https://github.com/canonical/traefik-k8s-operator/blob/main/lib/charms/traefik_route_k8s/v0/traefik_route.py#L126TraefikRouteRequirer
only declares aready
event: https://github.com/canonical/traefik-k8s-operator/blob/main/lib/charms/traefik_route_k8s/v0/traefik_route.py#L119That causes charms that use traefik_route not to handle ingress removed/broken/lost events (example)
To Reproduce
.
Environment
Should be the same for all environments.
Relevant log output
.
Additional context
No response
The text was updated successfully, but these errors were encountered: