mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 06:28:42 +01:00
feat: supports k8s cluster (#3599)
This commit is contained in:
@@ -9,8 +9,8 @@ import (
|
||||
|
||||
func (h *handler) debugStore(w http.ResponseWriter, r *http.Request) {
|
||||
respone := make(map[string]interface{})
|
||||
respone["hosts"] = h.multiHostService.Hosts()
|
||||
containers, errors := h.multiHostService.ListAllContainers(container.ContainerFilter{})
|
||||
respone["hosts"] = h.hostService.Hosts()
|
||||
containers, errors := h.hostService.ListAllContainers(container.ContainerLabels{})
|
||||
respone["containers"] = containers
|
||||
respone["errors"] = errors
|
||||
|
||||
|
||||
Reference in New Issue
Block a user