This commit is contained in:
2026-03-13 17:20:54 +03:00
parent 5b2866bf0e
commit aa3e9ad4ab
25 changed files with 441 additions and 70 deletions

View File

@@ -47,7 +47,7 @@ type RecordZone struct {
K8SIDs []uint64 `json:"k8sIds"`
// List of associated LB IDs
LBIDs []uint64 `json:"lbIds"`
LBIDs []uint64 `json:"lbsIds"`
// Status
Status string `json:"status"`