Skip to content

Commit bceddfc

Browse files
committed
fixes
1 parent 68e32e4 commit bceddfc

File tree

1 file changed

+3
-1
lines changed
  • operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler

1 file changed

+3
-1
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/UpdateControl.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ public static <T extends HasMetadata> UpdateControl<T> updateResourceAndPatchSta
100100

101101
/**
102102
* Marked for removal, because of confusing name. It does not patch the resource but rather
103-
* updates it. This method is same as updateResourceAndPatchStatus.
103+
* updates it.
104+
*
105+
* @deprecated use {@link UpdateControl#updateResourceAndPatchStatus(HasMetadata)}
104106
*
105107
* @param customResource to update
106108
* @return UpdateControl instance

0 commit comments

Comments
 (0)