Redesign data structures and implement PVC management of create and delete
This commit is contained in:
@@ -17,9 +17,6 @@ func main() {
|
||||
|
||||
server := api.NewServer(clientset)
|
||||
|
||||
// TODO: Initialize controllers
|
||||
// TODO: Start everything
|
||||
|
||||
fmt.Println("Starting API server on :8080")
|
||||
if err := server.Run(":8080"); err != nil {
|
||||
panic(fmt.Sprintf("Failed to start API server: %v", err))
|
||||
|
||||
Reference in New Issue
Block a user