Minor cleanup for etcd cleaning from kubelet

This commit is contained in:
Timothy St. Clair
2015-03-12 09:39:22 -05:00
parent a8f0139186
commit 308bb84cf3
2 changed files with 1 additions and 3 deletions

View File

@@ -40,8 +40,6 @@ const (
// These constants identify the sources of pods
// Updates from a file
FileSource = "file"
// Updates from etcd
EtcdSource = "etcd" // Not supported by current kubelets.
// Updates from querying a web page
HTTPSource = "http"
// Updates received to the kubelet server