k3s/test/e2e/framework
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
..
cleanup.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
exec_util.go Make container exec failures in e2e easier to debug 2016-09-16 22:05:00 -04:00
federation_util.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
framework.go Merge pull request #31994 from caesarxuchao/client-gen-versioned-options 2016-10-04 22:16:40 -07:00
gobindata_util.go kill repo-root : test/e2e/serviceloadbalancers.go 2016-07-29 14:35:19 -04:00
kubelet_stats.go Change minion to node 2016-09-28 10:53:30 -07:00
log_size_monitoring.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
metrics_util.go add peak (100%) lantecy and CPU usage in perf data 2016-08-19 14:33:38 -07:00
nodes_util.go Make the restart test restart the nodes without a mig rolling update. 2016-09-28 09:36:24 -07:00
perf_util.go Fix kubelet perf data to make work again for perfdash. 2016-09-30 11:56:02 -07:00
pods.go Add container lifecycle hook test. 2016-09-23 17:13:19 -07:00
prompush.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
resource_usage_gatherer.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
test_context.go Use protobufs by default in e2e test clients 2016-09-28 09:52:36 +02:00
util.go manual changes to let client-gen use versioned options 2016-10-04 20:39:29 -07:00