mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Remove unused ServerSource.
We no longer use server as a source in the Kubelet.
This commit is contained in:
parent
10e2e9a3d3
commit
bacd859b33
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user