Remove unused ServerSource.

We no longer use server as a source in the Kubelet.
This commit is contained in:
Victor Marmol 2015-03-24 17:36:20 -07:00
parent 10e2e9a3d3
commit bacd859b33

View File

@ -44,8 +44,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