Age | Commit message (Collapse) | Author | Files | Lines |
|
* middleware/authpath: Fix return from k8s mw
Return the correct search path from the kubernetes' AutoPath function.
Based on preliminary discussion in #870
* PodWithIP can be private
Fix and add docs to functions.
* CR: remove the error from AutoPathFunc
|
|
Call out to kubernetes to get the search path - this still needs
to return something sensible, but all infrastructure has landed
to make it work.
|
|
autopath as middleware
|
|
Put the autopath stuff in a separate sub package. Tests are still
included in the main kubernetes directory.
Next steps (after this is merged), is pulling the autopath handling
into the subpackage and fixing the tests.
|
|
Clean up some golint related issues.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
|
|
Did a `misspell . | grep -v ^vendor` and fixed
several typos.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
|
|
* Add unit tests & cnames
* more progress
* fix
* next mw dependent unit tests
* add tests for OnNXDOMAIN
* Add AAAA and ndots unit tests; fix request.NewWithQuestion
* Correct default value in README
* add CNAMEs to readme
* review
* fix autopath examples
* fix and test CNAME response order
|