-
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
Error when creating Service with a targetPort from Yaml #241
Comments
archcosmo
added a commit
to archcosmo/kubernetes-client-java
that referenced
this issue
Apr 19, 2018
archcosmo
added a commit
to archcosmo/kubernetes-client-java
that referenced
this issue
Apr 19, 2018
archcosmo
added a commit
to archcosmo/kubernetes-client-java
that referenced
this issue
Apr 19, 2018
archcosmo
added a commit
to archcosmo/kubernetes-client-java
that referenced
this issue
Apr 20, 2018
brendandburns
added a commit
that referenced
this issue
Apr 20, 2018
Add custom Constructor to Yaml to fix issue #241
Closing since #242 is merged. |
jesmarsc
referenced
this issue
in jesmarsc/kubernetes-konekt
Jan 20, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Creating a Service from a Yaml specficiation which specifies a targetPort:
results in the following error:
This is because the Yaml loader defaults to the IntOrString(String) constructor, even when an integer is given in the Yaml spec.
The text was updated successfully, but these errors were encountered: