mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-30 05:43:58 +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