We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9abfa33 commit 21aced8Copy full SHA for 21aced8
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/informer/Informer.java
@@ -117,6 +117,6 @@
117
/** Field selector for informer, for matching field with the value: field=value; */
118
Field[] withFields() default {};
119
120
- /** Negated field selector for informer, for Non-matching field with the value: field!=value; */
+ /** Negated field selector for informer, for non-matching field with the value: field!=value; */
121
Field[] withoutFields() default {};
122
}
0 commit comments