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
The serialization shouldn't mutate the original object. Example: If you supply a v1.Pod you lose some of the fields. In this case all the object meta from the original variable is cleared out
v1.Pod object before serialization
and then after serialization
Timestamp is lost
before serialization
after serialization
The text was updated successfully, but these errors were encountered:
The serialization shouldn't mutate the original object. Example: If you supply a
v1.Pod
you lose some of the fields. In this case all the object meta from the original variable is cleared outv1.Pod
object before serializationTimestamp is lost
The text was updated successfully, but these errors were encountered: