mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-15 14:26:57 +00:00
Automatic merge from submit-queue client-gen: use serializer instead of codec for versioned client For a versioned client, because the output of every client method is a versioned object, so it should use a serializer instead of a codec that does conversion. @lavalamp @krousey