-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: TCP proxy explore rate limit and config map watcher (#16)
* feat(proxy): added packages rate limiter * feat(proxy): added tracking connections * feat(proxy): added leaky_bucket * chore(operator): exposed k8s_openapi * feat(proxy): added watcher to tiers on config map * feat(proxy): added packages limiter * chore(operator): updated operator crd manifest * chore(examples): updated example * docs(proxy): added readme
- Loading branch information
1 parent
26a0416
commit 06b8692
Showing
18 changed files
with
700 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
/target | ||
proxy.socket | ||
proxy.socket | ||
iognode | ||
cert | ||
docker-compose.yml | ||
.env* | ||
env-crd.yaml | ||
tiers.toml |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.