File tree 1 file changed +3
-3
lines changed
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ private UpdateControl(
26
26
* itself, not on the status. Note that usually as a results of a reconciliation should be a
27
27
* status update not an update to the resource itself.
28
28
*
29
- * Using this update makes sure, that the resource in the next reconciliation is the updated one -
29
+ * Using this update makes sure that the resource in the next reconciliation is the updated one -
30
30
* this is not guaranteed by default if you do an update on a resource by the Kubernetes client.
31
31
*
32
32
* @param <T> custom resource type
@@ -86,7 +86,7 @@ public static <T extends HasMetadata> UpdateControl<T> updateResourceAndStatus(
86
86
}
87
87
88
88
/**
89
- * Updates the resource - with optimistic locking - and patched the status without optimistic
89
+ * Updates the resource - with optimistic locking - and patches the status without optimistic
90
90
* locking in place.
91
91
*
92
92
* @param customResource
@@ -99,7 +99,7 @@ public static <T extends HasMetadata> UpdateControl<T> updateResourceAndPatchSta
99
99
}
100
100
101
101
/**
102
- * Market for removal, because of confusing name. It does not patch the resource just updates it.
102
+ * Marked for removal, because of confusing name. It does not patch the resource but rather updates it.
103
103
* This method is same as updateResourceAndPatchStatus.
104
104
*
105
105
* @param customResource to update
You can’t perform that action at this time.
0 commit comments