annotations added to nodepools page

This commit is contained in:
allanice001
2025-09-04 03:09:17 +01:00
parent d831e911fd
commit d83efa4068
9 changed files with 1737 additions and 585 deletions

View File

@@ -51,3 +51,13 @@ type taintBrief struct {
Value string `json:"value"`
Effect string `json:"effect"`
}
type annotationBrief struct {
ID uuid.UUID `json:"id"`
Name string `json:"name"`
Value string `json:"value"`
}
type attachAnnotationsRequest struct {
AnnotationIDs []string `json:"annotation_ids"`
}