Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleDashboard ¶
func HandleDashboard(w http.ResponseWriter, r *http.Request)
HandleDashboard serves the dashboard HTML with embedded filesystem
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server represents the HTTP server for the controller
func NewServer ¶
func NewServer(config *common.AppConfig, monitoringServer *monitoring.MonitoringServer) *Server
NewServer creates a new HTTP server using the service layer
func (*Server) SetupPodEndpoints ¶
SetupPodEndpoints adds pod-related API endpoints
func (*Server) SetupWorkloadEndpoints ¶
SetupWorkloadEndpoints adds workload-related API endpoints
Click to show internal directories.
Click to hide internal directories.