mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +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"
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user