You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: swagger/docs.go
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2408,6 +2408,23 @@ const docTemplate = `{
2408
2408
}
2409
2409
}
2410
2410
},
2411
+
"gallery.NodeDriftInfo": {
2412
+
"type": "object",
2413
+
"properties": {
2414
+
"digest": {
2415
+
"type": "string"
2416
+
},
2417
+
"node_id": {
2418
+
"type": "string"
2419
+
},
2420
+
"node_name": {
2421
+
"type": "string"
2422
+
},
2423
+
"version": {
2424
+
"type": "string"
2425
+
}
2426
+
}
2427
+
},
2411
2428
"gallery.UpgradeInfo": {
2412
2429
"type": "object",
2413
2430
"properties": {
@@ -2425,6 +2442,13 @@ const docTemplate = `{
2425
2442
},
2426
2443
"installed_version": {
2427
2444
"type": "string"
2445
+
},
2446
+
"node_drift": {
2447
+
"description": "NodeDrift lists nodes whose installed version or digest differs from\nthe cluster majority. Non-empty means the cluster has diverged and an\nupgrade will realign it. Empty in single-node mode.",
Copy file name to clipboardExpand all lines: swagger/swagger.json
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2405,6 +2405,23 @@
2405
2405
}
2406
2406
}
2407
2407
},
2408
+
"gallery.NodeDriftInfo": {
2409
+
"type": "object",
2410
+
"properties": {
2411
+
"digest": {
2412
+
"type": "string"
2413
+
},
2414
+
"node_id": {
2415
+
"type": "string"
2416
+
},
2417
+
"node_name": {
2418
+
"type": "string"
2419
+
},
2420
+
"version": {
2421
+
"type": "string"
2422
+
}
2423
+
}
2424
+
},
2408
2425
"gallery.UpgradeInfo": {
2409
2426
"type": "object",
2410
2427
"properties": {
@@ -2422,6 +2439,13 @@
2422
2439
},
2423
2440
"installed_version": {
2424
2441
"type": "string"
2442
+
},
2443
+
"node_drift": {
2444
+
"description": "NodeDrift lists nodes whose installed version or digest differs from\nthe cluster majority. Non-empty means the cluster has diverged and an\nupgrade will realign it. Empty in single-node mode.",
0 commit comments