-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
NetworkPolicyPort fails at numerical ports #115
Comments
This commit is not meant to be merged directly but the required generated result that is needed
I think we need to regenerate code, now that kubernetes-client/gen#30 has merged. |
Is that something I can do locally to verify the fix in my case? |
The (rather terse) instructions are here: https://github.com/kubernetes-client/java#update-client If that isn't clear, let me know and I will improve the docs. the |
I get This the same issue, right? How can I see that detailed description of the error? |
Any attempt at saving a V1NetworkPolicyPort fails with:
Invalid value: \"80\": must contain at least one letter or number (a-z, 0-9)
It looks like this value should be an IntOrString type rather than a string so that the rendered json would be of int type when required and string type otherwise.
The text was updated successfully, but these errors were encountered: