How round-tripping works in Kubernetes?

12/4/2017

From my vague understanding, round-tripping is a process involving conversion between two different API group versions. When converting from a GV (e.g., apps/v1beta1) to another GV (e.g., apps/v1beta2), the first GV will always be converted to internal version first before being converted to intended GV.

I am not sure whether my understanding is correct or not.

-- jxt91
kubernetes

0 Answers