ngrok / kubernetes-ingress-controller

The official ngrok Ingress Controller for Kubernetes
https://ngrok.com
MIT License
183 stars 20 forks source link

support for async session creation #360

Closed nikolay-ngrok closed 2 months ago

nikolay-ngrok commented 2 months ago

closes: #174

What

Ideally, we would like to able to start the controller, even if it cannot establish ngrok session right away.

How

Add session change handlers and evolve the session through connect/disconnects.

Breaking Changes

None.