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/libs/status.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
@@ -171,6 +171,7 @@ The `ReconcileResult` that is passed into the status updater is expected to cont
171
171
-`Reason` and `Message` can be set to set the status' corresponding fields.
172
172
- If either one is nil, but `ReconcileError` is not, it will be filled with a value derived from the error.
173
173
-`Conditions` contains the updated conditions. Depending on with which arguments `WithConditionUpdater` was called, the existing conditions will be either updated with these ones (keeping the other ones), or be replaced by them.
174
+
-`ConditionsToRemove` is a list of condition types that should be removed from the conditions. This is mostly useful if the condition updater is used in the 'keep untouched conditions' mode.
174
175
-`Object` contains the object to be updated.
175
176
- If `Object` is nil, no status update will be performed.
176
177
-`OldObject` holds the version of the object that will be used as a base for constructing the patch during the status update.
0 commit comments