You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/informer/Mappers.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,8 @@ public Set<ResourceID> toPrimaryResourceIDs(HasMetadata resource) {
182
182
* changes of a resource. For example, it is read-only, and not expected to be changed. Note that
183
183
* having this you won't be able to access the resource through {@link
184
184
* io.javaoperatorsdk.operator.api.reconciler.Context#getSecondaryResources(Class)} only directly
185
-
* from event source like by {@link InformerEventSource#get(ResourceID)}.
185
+
* from event source like by {@link InformerEventSource#get(ResourceID)}. Use this with caution
186
+
* since usually this is not something that you require from an event source.
0 commit comments