Skip to content

Commit 6901301

Browse files
committed
wip
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent c4ed450 commit 6901301

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -695,13 +695,6 @@ public <R extends HasMetadata> R resourcePatch(R resource, UnaryOperator<R> upda
695695
return resourcePatch(resource, updateOperation, Options.filterIfOptimisticLocking());
696696
}
697697

698-
/**
699-
* @param desired resource to patch
700-
* @param updateOperation operation to perform (update, patch, edit, etc.)
701-
* @return updated resource
702-
* @param <R> resource type
703-
* @throws IllegalStateException if no event source or multiple event sources are found
704-
*/
705698
@Experimental(API_MIGHT_CHANGE)
706699
@SuppressWarnings({"rawtypes", "unchecked"})
707700
private <R extends HasMetadata> R resourcePatch(

0 commit comments

Comments
 (0)