feat: Kubernetes ServiceDiscoveryProvider

This commit is contained in:
geffzhang
2019-01-13 19:23:12 +08:00
parent 08c2ac1b05
commit 3525fda8ad
14 changed files with 215 additions and 5 deletions

View File

@ -434,7 +434,8 @@
Host = "localhost",
Port = consulPort,
Type = "PollConsul",
PollingInterval = 0
PollingInterval = 0,
Namespace = string.Empty
}
}
};