mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Merge pull request #5893 from vmarmol/remove-server
Remove unused ServerSource.
This commit is contained in:
commit
a9c9d27fdd
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user