Initial Labels Page & API

This commit is contained in:
allanice001
2025-09-03 17:09:39 +01:00
parent 26aef56d1d
commit b99a0684fd
20 changed files with 834 additions and 109 deletions

View File

@@ -19,3 +19,8 @@ type createLabelRequest struct {
Value string `json:"value"`
NodePoolIDs []string `json:"node_pool_ids,omitempty"`
}
type updateLabelRequest struct {
Key *string `json:"key"`
Value *string `json:"value"`
}