-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parse the config returned by the loadbalancer-api and turn that into …
…a valid haproxy config (#15) * basic haxproxy parse/test Signed-off-by: Matt Siwiec <rizzza@users.noreply.github.com> * re-work json example keys to match lbapi Signed-off-by: Matt Siwiec <rizzza@users.noreply.github.com> * initialize lb api and require the url Signed-off-by: Matt Siwiec <rizzza@users.noreply.github.com> * conditionally use lbapi if set in config Signed-off-by: Matt Siwiec <rizzza@users.noreply.github.com> * align json, struct tags with latest Signed-off-by: Matt Siwiec <rizzza@users.noreply.github.com> * disable internal logger Signed-off-by: Matt Siwiec <rizzza@users.noreply.github.com> * handle pubsub msgs Signed-off-by: Matt Siwiec <rizzza@users.noreply.github.com> * simpler mgr msg loop Signed-off-by: Matt Siwiec <rizzza@users.noreply.github.com> * lil' polish Signed-off-by: Matt Siwiec <rizzza@users.noreply.github.com> * no apt-clean, install nats-cli Signed-off-by: Matt Siwiec <rizzza@users.noreply.github.com> * re-work lbapi types Signed-off-by: Matt Siwiec <rizzza@users.noreply.github.com> * require lbapi url Signed-off-by: Matt Siwiec <rizzza@users.noreply.github.com> * moving dataplane client from pkg to dataplaneapi package Signed-off-by: Matt Siwiec <rizzza@users.noreply.github.com> * manager/client unit testing Signed-off-by: Matt Siwiec <rizzza@users.noreply.github.com> * doc comments Co-authored-by: E Camden Fisher <fish@fishnix.net> Signed-off-by: Matt Siwiec <rizzza@users.noreply.github.com> * inject your own http client Signed-off-by: Matt Siwiec <rizzza@users.noreply.github.com> * comments Signed-off-by: Matt Siwiec <rizzza@users.noreply.github.com> * translate lbapi resp to local manager types * lbapi client will eventually move to load-balancer-api Signed-off-by: Matt Siwiec <rizzza@users.noreply.github.com> --------- Signed-off-by: Matt Siwiec <rizzza@users.noreply.github.com> Co-authored-by: E Camden Fisher <fish@fishnix.net>
- Loading branch information
Showing
19 changed files
with
1,151 additions
and
76 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
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
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
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.