Redesign data structures and implement PVC management of create and delete

This commit is contained in:
starryskymeow
2025-07-17 18:16:32 +08:00
parent 2d8e8af80e
commit 9aa8b56922
7 changed files with 166 additions and 90 deletions

View File

@@ -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))