You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think kubernetes API does cope with duplicities in the resource yaml, however I do have issues in my test suite. Do you have any idea what has been changed in this regard? The version of jackson has not changed, so it has to be something about CustomResource class. Thank you
Hi.
I am using the vsion 5.4.0.I have a custom resource defined as
In my test, I am trying to parse yaml into the object of this class. So I am doing similar
However, the mapper writes an object with a duplicate
kind
property. For example:I think kubernetes API does cope with duplicities in the resource yaml, however I do have issues in my test suite. Do you have any idea what has been changed in this regard? The version of jackson has not changed, so it has to be something about
CustomResource
class. Thank youfabric8io#3195
The text was updated successfully, but these errors were encountered: