microsoft / reverse-proxy

A toolkit for developing high-performance HTTP reverse proxy applications.
https://microsoft.github.io/reverse-proxy
MIT License
8.27k stars 812 forks source link

Operator Framework Packaging #873

Open Tratcher opened 3 years ago

Tratcher commented 3 years ago

https://github.com/microsoft/reverse-proxy/tree/main/src/OperatorFramework includes 5 new packages that we don't anticipate owning long term. For preview11 and 1.0 we need to decide if we should directly ship these as public packages and APIs, or if we want to embed them as internal dependencies / APIs.

We'll need to make a similar decision about shipping https://github.com/microsoft/reverse-proxy/tree/main/src/ReverseProxy.Kubernetes.Ingress, the contents of which are similar to the single-file exe scenario we haven't built yet. This should likely be moved to the samples folder.

specialforest commented 2 years ago

Is there a plan around this? Can I help with anything?