-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Event model classes from core/v1 have been lost #2205
Comments
Nope, these are the model classes of the (deprecated) See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.17/#event-v1-core vs. They can also be distinguished by |
ah, I see. Apologies for inconvenience. Let me add them back. |
@rohanKanojia Can you please take a look at |
Actually, In #2206 I moved core events to |
Ahh, I see. Thank you for the hint. |
@cheinema : Do you know if |
As a way to move forward, the method should be annotated with Deprecated and a JavaDoc line added indicating the recommended new approach |
Since #2137 (v1.10.0) the model classes
io.fabric8.kubernetes.api.model.Event
io.fabric8.kubernetes.api.model.EventList
io.fabric8.kubernetes.api.model.EventSeries
from the
core/v1
API are missing. They were included inkubernetes-model-4.9.1.jar
, but are now missing inkubernetes-model-core-4.10.0.jar
.The text was updated successfully, but these errors were encountered: