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
If starting the event source throws a 404 error, this means that there
is no API endpoint to handle the resource on the server. This is
indicative of the associated CRD not being deployed yet. We therefore
need to handle this case to throw a MissingCRDException. Since we don't
have the needed CRD information at the point of the exception, we let
the exception trickle up and provide the information (crd name and
version) where we know about it.
Fixes#460
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/DefaultEventSourceManager.java
0 commit comments