mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 19:28:16 +00:00
Automatic merge from submit-queue [Client-gen] Let versioned client use versioned options i.e., use v1.ListOptions, v1.DeleteOptions when possible. Remove the extension/v1beta1.ListOptions, because it's exactly the same as v1.ListOptions, and is not referred throughout the code base. After its removal, I register v1.ListOptions during extensions/v1beta1 scheme registration. First three commits are manual changes. Fix #27753 cc @lavalamp