File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
util/src/main/java/io/kubernetes/client/informer Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ SharedIndexInformer<ApiType> sharedIndexInformerFor(
95
95
}
96
96
97
97
/**
98
- * Constructs and returns a shared index informer w/ resync period specified. And the informer
99
- * cache will be overwritten.
98
+ * Constructs and returns a shared index informer w/ resync period specified. But the informer
99
+ * cache will not be overwritten i.e. only the first registered informer will be kept .
100
100
*
101
101
* @param <ApiType> the type parameter
102
102
* @param <ApiListType> the type parameter
@@ -118,8 +118,9 @@ SharedIndexInformer<ApiType> sharedIndexInformerFor(
118
118
}
119
119
120
120
/**
121
- * Constructs and returns a shared index informer by specifying lister-watcher. And the informer
122
- * cache will be overwritten on multiple call w/ the the same apiTypeClass.
121
+ * Constructs and returns a shared index informer by specifying lister-watcher. But the informer
122
+ * cache will not be overwritten on multiple call w/ the the same apiTypeClass i.e. only the first
123
+ * registered informer will be kept.
123
124
*
124
125
* @param <ApiType> the type parameter
125
126
* @param <ApiListType> the type parameter
You can’t perform that action at this time.
0 commit comments