Skip to content

Commit

Permalink
Merge branch 'headlamp-k8s:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
vlasov-y authored Jan 6, 2025
2 parents b07e59f + 447bdbd commit 2b2fd63
Show file tree
Hide file tree
Showing 13 changed files with 2,290 additions and 227 deletions.
3 changes: 3 additions & 0 deletions backend/cmd/headlamp.go
Original file line number Diff line number Diff line change
Expand Up @@ -1609,6 +1609,9 @@ func (c *HeadlampConfig) addClusterSetupRoute(r *mux.Router) {

// Rename a cluster
r.HandleFunc("/cluster/{name}", c.renameCluster).Methods("PUT")

// Websocket connections
r.HandleFunc("/wsMultiplexer", c.multiplexer.HandleClientWebSocket)
}

/*
Expand Down
Loading

0 comments on commit 2b2fd63

Please sign in to comment.