-
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
refactor: kubernetes-model-policy generated from OpenAPI schemas #6234
Conversation
@Generated("jsonschema2pojo") | ||
public class Eviction implements Editable<EvictionBuilder> , HasMetadata, Namespaced |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are interfaces removed?
Build seems to be failing:
Not sure why v1beta1 Eviction can no longer be casted to HasMetadata Line 244 in 6104e15
|
Signed-off-by: Marc Nuri <[email protected]>
40bdb75
to
d218090
Compare
Should be fixed now, had to fine-tune the process to merge OpenAPI schemas. |
Quality Gate passedIssues Measures |
Description
Fixes #6185
Type of change
test, version modification, documentation, etc.)
Checklist