File tree 1 file changed +3
-3
lines changed
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -379,18 +379,18 @@ default boolean useSSAToPatchPrimaryResource() {
379
379
* Determines whether resources retrieved from caches such as via calls to
380
380
* {@link Context#getSecondaryResource(Class)} should be defensively cloned first.
381
381
* </p>
382
- *
382
+ *
383
383
* <p>
384
384
* Defensive cloning to prevent problematic cache modifications (modifying the resource would
385
385
* otherwise modify the stored copy in the cache) was transparently done in previous JOSDK
386
386
* versions. This might have performance consequences and, with the more prevalent use of
387
387
* Server-Side Apply, where you should create a new copy of your resource with only modified
388
388
* fields, such modifications of these resources are less likely to occur.
389
389
* </p>
390
- *
390
+ *
391
391
* @return {@code true} if resources should be defensively cloned before returning them from
392
392
* caches, {@code false} otherwise
393
- *
393
+ *
394
394
* @since 5.0.0
395
395
*/
396
396
default boolean cloneSecondaryResourcesWhenGettingFromCache () {
You can’t perform that action at this time.
0 commit comments