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() {
493493
494494 /**
495495 * {@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.
498497 *
499498 * @return {@code true} if Server-Side Apply (SSA) should be used when patching the primary
500499 * resources, {@code false} otherwise
@@ -508,7 +507,7 @@ default boolean useSSAToPatchPrimaryResource() {
508507 /**
509508 * {@link io.javaoperatorsdk.operator.api.reconciler.UpdateControl} patch resource or status can
510509 * 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.
512511 *
513512 * @return {@code true} if Server-Side Apply (SSA) should be used when managing finalizers, {@code
514513 * false} otherwise
You can’t perform that action at this time.
0 commit comments