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: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/PrimaryUpdateAndCacheUtils.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -296,7 +296,7 @@ public static <P extends HasMetadata> P removeFinalizer(
296
296
}
297
297
298
298
/**
299
-
* Parches the resource using JSON Patch. In case the server responds with conflict (HTTP 409) or
299
+
* Patches the resource using JSON Patch. In case the server responds with conflict (HTTP 409) or
300
300
* unprocessable content (HTTP 422) it retries the operation up to the maximum number defined in
0 commit comments