We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc38df commit 811051eCopy full SHA for 811051e
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/informer/Informer.java
@@ -107,15 +107,13 @@
107
*
108
* @return the class of the {@link ItemStore} implementation to use
109
*/
110
- // todo: check javadoc
111
Class<? extends ItemStore> itemStore() default ItemStore.class;
112
113
/**
114
* The maximum amount of items to return for a single list call when starting the primary resource
115
* related informers. If this is a not null it will result in paginating for the initial load of
116
* the informer cache.
117
118
119
long informerListLimit() default NO_LONG_VALUE_SET;
120
121
}
0 commit comments