k3s/test/e2e/framework
Kubernetes Submit Queue c2c5051adf Merge pull request #44899 from smarterclayton/burst
Automatic merge from submit-queue (batch tested with PRs 38990, 45781, 46225, 44899, 43663)

Support parallel scaling on StatefulSets

Fixes #41255

```release-note
StatefulSets now include an alpha scaling feature accessible by setting the `spec.podManagementPolicy` field to `Parallel`.  The controller will not wait for pods to be ready before adding the other pods, and will replace deleted pods as needed.  Since parallel scaling creates pods out of order, you cannot depend on predictable membership changes within your set.
```
2017-05-22 19:07:09 -07:00
..
BUILD Move client/unversioned/remotecommand to client-go 2017-05-15 16:28:56 +03:00
authorizer_util.go add rbac v1beta1 2017-01-18 09:49:33 -05:00
cleanup.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
exec_util.go Move client/unversioned/remotecommand to client-go 2017-05-15 16:28:56 +03:00
federation_util.go Add the ability to customize federation system namespace in e2e turn up scripts. 2017-03-24 14:42:50 -07:00
firewall_util.go Change the default CLUSTER_IP_RANGE used by e2e 2017-04-14 13:49:54 -07:00
framework.go Remove one slightly-broken wait-for-endpoints test util and fix another 2017-05-12 12:31:42 -04:00
get-kubemark-resource-usage.go Make resource gatherer get data about etcd resource usage in kubemark setup 2017-04-13 15:22:36 +02:00
google_compute.go Delete regional static-ip instead of global for type=lb 2016-12-07 11:33:04 -08:00
ingress_utils.go Adding load balancer src ranges; support flag overrides 2017-03-24 16:36:19 -07:00
jobs_util.go Merge pull request #42176 from enisoc/controller-ref-job 2017-04-20 12:57:06 -07:00
kubelet_stats.go Add more logs to kubelet_stats 2017-05-22 15:49:57 +02:00
log_size_monitoring.go Allow summaries to be printed out to ReportDir instead of stdout 2017-04-19 16:17:36 +02:00
metrics_util.go Print pod startup latency metric as perfdata 2017-05-12 14:31:18 +02:00
networking_utils.go Merge pull request #41903 from justinsb/clearer_test_logging 2017-05-08 15:42:53 -07:00
nodes_util.go Cleanup: replace some hardcoded codes and remove unused functions 2017-04-25 09:38:25 +08:00
perf_util.go Print pod startup latency metric as perfdata 2017-05-12 14:31:18 +02:00
pods.go use default timeout for deletion 2017-03-08 14:40:19 -08:00
pv_util.go e2e test: test azure disk volume 2017-04-28 18:51:34 +00:00
resource_usage_gatherer.go Allow summaries to be printed out to ReportDir instead of stdout 2017-04-19 16:17:36 +02:00
service_util.go Check endpoint subsets length before asserting addresses. 2017-05-15 11:12:18 -07:00
size.go Cleanup: replace some hardcoded codes and remove unused functions 2017-04-25 09:38:25 +08:00
statefulset_utils.go E2E test for statefulset burst 2017-05-21 01:14:31 -04:00
test_context.go Move rest of performance data gathered by tests to Summaries 2017-05-10 14:50:38 +02:00
upgrade_util.go Move few reusable functions to upgrade_utils.go 2017-03-11 01:39:56 +05:30
util.go Merge pull request #42975 from smarterclayton/time_namespace 2017-05-17 20:27:52 -07:00
volume_util.go Use dedicated Unix User and Group ID types 2017-05-05 14:07:38 +02:00