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
summary: Adapter creates or updates resource nodepool status
558
-
description: Idempotent upsert of an adapter status for this nodepool. Use instead of POST when the adapter name is known upfront.
513
+
summary: Adapter creates or updates nodepool status
514
+
description: Adapters call this endpoint to report the status for a nodepool after each evaluation. The adapter's status entry is created if it doesn't exist, or updated if it does (upserted by adapter name). This allows HyperFleet to aggregate multiple adapter perspectives into a unified nodepool status.
summary: Adapter creates or updates resource cluster status
676
-
description: Idempotent upsert of an adapter status for this cluster. Use instead of POST when the adapter name is known upfront.
592
+
summary: Adapter creates or updates cluster status
593
+
description: Adapters call this endpoint to report the status for a cluster after each evaluation. The adapter's status entry is created if it doesn't exist, or updated if it does (upserted by adapter name). This allows HyperFleet to aggregate multiple adapter perspectives into a unified cluster status.
677
594
parameters:
678
595
- name: cluster_id
679
596
in: path
@@ -902,7 +819,7 @@ components:
902
819
format: date-time
903
820
description: |-
904
821
When this adapter last reported its status (API-managed)
905
-
Updated every time the adapter POSTs, even if conditions haven't changed
822
+
Updated every time the adapter PUTs, even if conditions haven't changed
906
823
Used by Sentinel to detect adapter liveness
907
824
description: |-
908
825
AdapterStatus represents the complete status report from an adapter
@@ -1742,7 +1659,7 @@ components:
1742
1659
format: date-time
1743
1660
description: |-
1744
1661
When the corresponding adapter last reported (API-managed)
1745
-
Updated every time the adapter POSTs, even if condition status hasn't changed
1662
+
Updated every time the adapter PUTs, even if condition status hasn't changed
0 commit comments