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
{{ message }}
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.
When MarshalJSON objectMeta, for CreationTimestamp the json method is
it convert time struct to a string ,like
But in java ,we just convert to a struct like
when we UnmarshalJSON from java data to go data ,an error happen ,the error is
So, we suggest to change java method
in ObjectMeta class ,change to
The text was updated successfully, but these errors were encountered: