k3s/cmd
Kubernetes Submit Queue 092b2cc081 Merge pull request #31994 from caesarxuchao/client-gen-versioned-options
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
2016-10-04 22:16:40 -07:00
..
gendocs
genkubedocs
genman Add support for generating all the manpages to genman 2016-09-22 20:09:22 +05:30
genswaggertypedocs Remove GOMAXPROCS() calls because they are unnecessary 2016-07-19 11:08:21 +03:00
genutils
genyaml
hyperkube Remove old references to contrib/mesos 2016-10-01 16:46:48 +03:00
kube-apiserver stop plumbing options to start 2016-10-03 13:35:00 -04:00
kube-controller-manager Merge pull request #33879 from luxas/remove_refs_to_mesos 2016-10-01 18:20:10 -07:00
kube-discovery Expand on kube-discovery API and integrate container build. 2016-09-16 11:37:04 -03:00
kube-dns Support graceful termination in kube-dns 2016-09-01 12:54:33 -07:00
kube-proxy Add a lower-bound for conntrack 2016-09-26 20:25:40 -07:00
kubeadm kubeadm: refactor config 2016-10-03 14:44:18 -07:00
kubectl Split the version metric out to its own package 2016-08-24 11:47:16 -07:00
kubelet Remove the flannel experimental overlay 2016-10-04 11:53:53 +03:00
kubemark remove almost all usages of clientadapter 2016-09-26 07:53:03 -04:00
kubernetes-discovery etcd3 validation showed that several unit tests that depend on apiserver being fully 2016-08-18 14:12:24 -05:00
libs/go2idl manual changes to let client-gen use versioned options 2016-10-04 20:39:29 -07:00
linkcheck
mungedocs Update the latestReleaseBranch to release-1.4 in the munger. 2016-09-01 14:40:55 -07:00
OWNERS