Merge pull request #5893 from vmarmol/remove-server

Remove unused ServerSource.
This commit is contained in:
Yu-Ju Hong 2015-03-24 18:09:32 -07:00
commit a9c9d27fdd

View File

@ -39,8 +39,6 @@ const (
FileSource = "file"
// Updates from querying a web page
HTTPSource = "http"
// Updates received to the kubelet server
ServerSource = "server"
// Updates from Kubernetes API Server
ApiserverSource = "api"
// Updates from all sources