labels page, api as well as integrating labels in the node pool page

This commit is contained in:
allanice001
2025-09-03 21:51:52 +01:00
parent b99a0684fd
commit 816e11dbd4
13 changed files with 3010 additions and 171 deletions

View File

@@ -24,3 +24,7 @@ type updateLabelRequest struct {
Key *string `json:"key"`
Value *string `json:"value"`
}
type addLabelToPoolRequest struct {
NodePoolIDs []string `json:"node_pool_ids"`
}