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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ public static <P extends HasMetadata> P ssaPatchAndCacheStatus(
122
122
}
123
123
124
124
/**
125
-
* Patches the resource and adds it to the {@link PrimaryResourceCache} provided.
125
+
* Patches the resource and adds it to the {@link PrimaryResourceCache}.
126
126
*
127
127
* @param primary resource
128
128
* @param freshResourceWithStatus - fresh resource with target state
@@ -151,7 +151,7 @@ public static <P extends HasMetadata> P ssaPatchAndCacheStatus(
151
151
}
152
152
153
153
/**
154
-
* Patches the resource with JSON Patch and adds it to the {@link PrimaryResourceCache} provided.
154
+
* Patches the resource with JSON Patch and adds it to the {@link PrimaryResourceCache}.
155
155
*
156
156
* @param primary resource
157
157
* @param context of reconciliation
@@ -184,7 +184,7 @@ public static <P extends HasMetadata> P patchAndCacheStatus(
184
184
}
185
185
186
186
/**
187
-
* Updates the resource and adds it to the {@link PrimaryResourceCache} provided.
187
+
* Updates the resource and adds it to the {@link PrimaryResourceCache}.
0 commit comments