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: docs/generated/metrics/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@
24
24
|[arangodb_operator_rebalancer_moves_succeeded](./arangodb_operator_rebalancer_moves_succeeded.md)| arangodb_operator | rebalancer | Counter | Define how many moves succeeded |
25
25
|[arangodb_operator_resources_arangodeployment_accepted](./arangodb_operator_resources_arangodeployment_accepted.md)| arangodb_operator | resources | Gauge | Defines if ArangoDeployment has been accepted |
iferr=d.updateConditionWithHash(ctx, api.ConditionTypeSpecPropagated, false, "Spec Changed", "Spec Object changed. Waiting until spec will be applied", ""); err!=nil {
238
+
returnminInspectionInterval, errors.Wrapf(err, "Unable to update SpecPropagated condition")
239
+
240
+
}
241
+
242
+
returnminInspectionInterval, nil// Retry ASAP
243
+
}
244
+
234
245
iferr=d.updateConditionWithHash(ctx, api.ConditionTypeUpToDate, false, "Spec Changed", "Spec Object changed. Waiting until plan will be applied", currentChecksum); err!=nil {
235
246
returnminInspectionInterval, errors.Wrapf(err, "Unable to update UpToDate condition")
0 commit comments