Commit a9c9d27f authored by Yu-Ju Hong's avatar Yu-Ju Hong

Merge pull request #5893 from vmarmol/remove-server

Remove unused ServerSource.
parents 3ccd798d bacd859b
...@@ -39,8 +39,6 @@ const ( ...@@ -39,8 +39,6 @@ const (
FileSource = "file" FileSource = "file"
// Updates from querying a web page // Updates from querying a web page
HTTPSource = "http" HTTPSource = "http"
// Updates received to the kubelet server
ServerSource = "server"
// Updates from Kubernetes API Server // Updates from Kubernetes API Server
ApiserverSource = "api" ApiserverSource = "api"
// Updates from all sources // Updates from all sources
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment