Skip to content

Commit 3234ed2

Browse files
committed
javadoc
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 28e979d commit 3234ed2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/ConfigurationService.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)