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: models/clusters/model.tsp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ model ClusterStatus {
35
35
* **Mandatory conditions**:
36
36
* - `type: "Ready"` *(deprecated — use Reconciled)*: Whether all adapters report successfully at the current generation.
37
37
* - `type: "Reconciled"`: Whether the resource's desired state has been fully reconciled by all adapters at the current generation.
38
-
* - `type: "Available"`: Aggregated adapter result for a common observed_generation.
38
+
* - `type: "LastKnownReconciled"`: Sticky cross-generation condition — stays True as long as all required adapters were reconciled at a common observed generation, even if a newer generation is being processed.
39
39
*
40
40
* These conditions are present immediately upon resource creation.
Copy file name to clipboardExpand all lines: models/nodepools/model.tsp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ model NodePoolStatus {
32
32
* **Mandatory conditions**:
33
33
* - `type: "Ready"` *(deprecated — use Reconciled)*: Whether all adapters report successfully at the current generation.
34
34
* - `type: "Reconciled"`: Whether the resource's desired state has been fully reconciled by all adapters at the current generation.
35
-
* - `type: "Available"`: Aggregated adapter result for a common observed_generation.
35
+
* - `type: "LastKnownReconciled"`: Sticky cross-generation condition — stays True as long as all required adapters were reconciled at a common observed generation, even if a newer generation is being processed.
36
36
*
37
37
* These conditions are present immediately upon resource creation.
0 commit comments