File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -493,8 +493,7 @@ default boolean parseResourceVersionsForEventFilteringAndCaching() {
493
493
494
494
/**
495
495
* {@link io.javaoperatorsdk.operator.api.reconciler.UpdateControl} patch resource or status can
496
- * either use simple patches or SSA. Setting this to {@code true}, controllers will use SSA for
497
- * adding finalizers, patching resources and status.
496
+ * either use simple patches or SSA. Setting this to {@code true}, patching resources and status.
498
497
*
499
498
* @return {@code true} if Server-Side Apply (SSA) should be used when patching the primary
500
499
* resources, {@code false} otherwise
@@ -508,7 +507,7 @@ default boolean useSSAToPatchPrimaryResource() {
508
507
/**
509
508
* {@link io.javaoperatorsdk.operator.api.reconciler.UpdateControl} patch resource or status can
510
509
* either use simple patches or SSA. Setting this to {@code true}, controllers will use SSA for
511
- * adding finalizers, patching resources and status .
510
+ * adding finalizers.
512
511
*
513
512
* @return {@code true} if Server-Side Apply (SSA) should be used when managing finalizers, {@code
514
513
* false} otherwise
You can’t perform that action at this time.
0 commit comments