Skip to content

Commit d376e56

Browse files
committed
adding a comment about ResourceUpdaterMatcher customization
1 parent 15d50a9 commit d376e56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/dependent/kubernetes/KubernetesDependentResource.java

+1
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ protected void addMetadata(boolean forMatch, R actualResource, final R target, P
190190
}
191191

192192
protected boolean useSSA(Context<P> context) {
193+
// SSA by-passes the updateMatcher, since the use has customized don't use SSA
193194
if (this instanceof ResourceUpdaterMatcher) {
194195
return false;
195196
}

0 commit comments

Comments
 (0)