Consider deprecating getSecondaryResource(Class,name)
method from Context
#1240
Labels
Milestone
getSecondaryResource(Class,name)
method from Context
#1240
Uh oh!
There was an error while loading. Please reload this page.
(And removing in next major release.)
https://github.com/java-operator-sdk/java-operator-sdk/blob/58d2ea32cad4144aa63e3836e616a23c2fa911f0/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/Context.java#L19-L21
Pros:
<T> Set<T> getSecondaryResources(Class<T> expectedType);
which return all the resource from all the related event sources of that type.https://github.com/java-operator-sdk/java-operator-sdk/blob/58d2ea32cad4144aa63e3836e616a23c2fa911f0/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/EventSources.java#L100-L140
Const:
The text was updated successfully, but these errors were encountered: