Merge pull request #3385 from erictune/source_api

Added kubelet config source from apiserver.
This commit is contained in:
Daniel Smith
2015-01-12 15:47:15 -08:00
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 = "*"
)