Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-20 | plugin/kubernetes: implement HasSynced() (#1155) | 1 | -0/+1 | ||
* plugin/kubernetes: wait until api is ready Wait for HasSynced before allowing startup to avoid startup race. Also do a small refactor in findServices() to pull a check out of the loop - only needs to be done once. * sigh | |||||
2017-10-17 | Plugin/Kubernetes: Service and Endpoint Indexing (#1149) | 1 | -4/+8 | ||
* indexing * corrections | |||||
2017-09-29 | plugin/kubernetes: Enable protobuf, Update client api package (#1114) | 1 | -29/+29 | ||
* vendor * code | |||||
2017-09-14 | Remove the word middleware (#1067) | 1 | -0/+69 | ||
* Rename middleware to plugin first pass; mostly used 'sed', few spots where I manually changed text. This still builds a coredns binary. * fmt error * Rename AddMiddleware to AddPlugin * Readd AddMiddleware to remain backwards compat |