Adding resyncperiod to Corefile (#205)

* Removing old unused inline k8s API code and tests.
* Adding parsing implementation for `resyncperiod` keyword from Corefile.
* Adding tests for parsing `resyncperiod` keyword from Corefile.
8 Updating README.md and conf/k8sCorefile.
This commit is contained in:
Michael Richmond 2016-08-08 14:30:04 -07:00 committed by GitHub
parent 51eaefc037
commit c079de65b5
9 changed files with 123 additions and 965 deletions

View file

@ -129,7 +129,7 @@ func (dns *dnsController) Stop() error {
// Run starts the controller.
func (dns *dnsController) Run() {
log.Println("[debug] starting coredns controller")
log.Println("[debug] Starting k8s notification controllers")
go dns.endpController.Run(dns.stopCh)
go dns.svcController.Run(dns.stopCh)