aboutsummaryrefslogtreecommitdiff
path: root/examples/task.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/task.rs')
0 files changed, 0 insertions, 0 deletions
card parameter to allow resolving multiple name to the same IP * first test for the reverse wildcard middleware * update wildcard keyword test to pass code coverage 2017-07-07remove unused code (#774)Gravatar Chris O'Haver 1-54/+0 2017-07-01middleware/backend: add Records() to ServiceBackend interface (#770)Gravatar Mia Boulay 3-5/+14 2017-07-01middleware/etcd: move NewHTTPTransport to pkg/tls (#769)Gravatar Mia Boulay 3-23/+44 2017-07-01middleware/etcd: remove double switch in setup.go (#768)Gravatar Mia Boulay 1-41/+7 2017-07-01middleware/directives: check if package exist on the file system (#767)Gravatar Mia Boulay 1-4/+5 2017-07-01middleware/kubernetes: Rewrite/expand readme (#764)Gravatar Chris O'Haver 1-182/+242 * rewrite readme * remove breaks * missed a break * nits * show options as optional * add note to pods insecure * add minimal configuration example. * add a note about replacing kube-dns in the summary * move deployment section into summary. * Update README.md * replace options sections with bullets and indent all sub sections to match bullet indentation. not sure if this will render in github properly - it doesn't in the in-line editor preview. * fix indentation Contrary to various on-line guides and editors, github now requires 2 spaces to indent paragraphs with bulleted sections above (not just 1). * Update README.md * Update README.md * Update README.md * fix label syntax It's just a single EXPRESSION. The EXPRESSION itself has its own kubernetes label expression format. * Update README.md * Update README.md 2017-06-30middleware/proxy: async health checks (#749)Gravatar ghostflame 9-57/+155 * Switches out Unhealthy bool for OkUntil timestamp * Make sure servers are healthy forever if there are no health checks * Moves health check off into a go routine to avoid blocking conditions * Improved logging info * Fixes initial date * Fixes health checking; alters tests to adapt to async health checking * Moves future variable into static upstream and populates it in more places * Restores silencing of stdout during testing * Restores silencing of stdout during testing * keeps check url string once built * Removes debug message * uses zero value to signal no checking; reduces in-mutex code to a fetch 2017-06-28middleware/kubernetes: Server side path lookups (#750)Gravatar Chris O'Haver 6-51/+407 * initial commit * add config options * add readme * rewording * revert unlreated change * normalize host domain path * add ndots opt, allow > 1 host domains, pull host domains from resolv.conf * implementing review feedback * update readme * use dns lib, config format, defaults * Correct autopath example. 2017-06-28fix hard code about server type (#759)Gravatar Ning Xie 1-1/+1 2017-06-27Disable codecov/patch and codecov/changes status report (#758)Gravatar Yong Tang 1-0/+2 This fix disables codecov/patch and codecov/changes status report as the project has already been well covered by codecov/project status. The codecov/patch and codecov/changes status are misleading. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> 2017-06-26middleware/cache: fix race (#757)Gravatar Miek Gieben 4-25/+65 While adding a parallel performance benchmark I stumbled on a race condition (another reason to add performance benchmarks!), so this PR makes sure the msg is created in a race free manor and adds the parallel benchmark. 2017-06-25Reverse middleware change ipseparator (#753)Gravatar jremond 3-14/+11 * change IPv4 separator from - to . * fix reverse middleware tests and README to adapt with . instead of -