-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Use additionalProperties
in the CRD OpenAPI spec for Maps of Strings instead of x-kubernetes-preserve-unknown-fields
#7985
Labels
Comments
Should be triaged first to see other views! |
Triaged on 9.2.2023: This can be implemented, but:
|
Hi, Can I work on this? |
You can if you want. But I'm not sure how easy or straight forward it is TBH. |
Then I don't think it's a great idea for me to work on this if I get stuck with whom I ask for help. 😕 |
This was referenced Oct 25, 2023
scholzj
added a commit
to scholzj/strimzi-kafka-operator
that referenced
this issue
Jan 5, 2024
…lds for Map<String, String> fields - Closes strimzi#7985 Signed-off-by: Jakub Scholz <[email protected]>
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As discussed in #7979, we should consider using the
additionalProperties
field instead ofx-kubernetes-preserve-unknown-fields
to improve the compatibility with other tools and be more in sync with Kubernetes spec. However, we need to keep in mind:The text was updated successfully, but these errors were encountered: