aboutsummaryrefslogtreecommitdiff
path: root/middleware/kubernetes/autopath.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-08-10middleware/authpath: Fix return from k8s mw (#871)Gravatar Miek Gieben 1-12/+26
* 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
2017-08-09mw/authpath: hook in kubernetees (#860)Gravatar Miek Gieben 1-5/+26
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.
2017-08-09WIP: autopath as middleware (#859)Gravatar Miek Gieben 1-0/+18
autopath as middleware
2017-08-07middleware/kubernetes: autopath in sub package (#848)Gravatar Miek Gieben 1-77/+0
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.
2017-08-04golint cleanup (#828)Gravatar Yong Tang 1-1/+0
Clean up some golint related issues. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2017-08-04Misspell correction (#826)Gravatar Yong Tang 1-1/+1
Did a `misspell . | grep -v ^vendor` and fixed several typos. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2017-07-11k8s/autopath: Add CNAMES (#771)Gravatar Chris O'Haver 1-0/+78
* 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