Added kubelet config source from apiserver.

This commit is contained in:
Eric Tune
2015-01-09 23:07:08 -08:00
parent fa152ab3f1
commit 18bcef5235
3 changed files with 185 additions and 0 deletions

View File

@@ -46,6 +46,8 @@ const (
HTTPSource = "http"
// Updates received to the kubelet server
ServerSource = "server"
// Updates from Kubernetes API Server
ApiserverSource = "api"
// Updates from all sources
AllSource = "*"
)