Stanislaw Karasowski
Results
2
comments of
Stanislaw Karasowski
I also faced this issue. An easy way to reproduce it is to mock the response from a server and pass it through `io.argoproj.workflow.JSON` My example: ``` import com.google.gson.reflect.TypeToken; import...
`io.argoproj.workflow.models.IoArgoprojWorkflowV1alpha1Workflow` has an attribute `metadata` which is an object of `io.kubernetes.client.openapi.models.V1ObjectMeta` In turn, `V1ObjectMeta` has `creationTimestamp` which is custom DateTime format `org.joda.time.DateTime`. So, the reason of the error is that...