kubernetes/test/integration
Kubernetes Prow Robot 21c0f6f6ff
Merge pull request #107677 from pohly/scheduler-integration-benchmark
scheduler integration benchmark improvements
2022-02-14 01:23:28 -08:00
..
apimachinery Merge pull request #97350 from FabianKramm/master 2021-08-20 11:19:31 -07:00
apiserver io/ioutil has already been deprecated in golang 1.16, so replace all ioutil with io and os 2022-02-03 05:32:12 +08:00
auth Validate and populate metadata fields in token request 2022-02-09 14:05:53 -05:00
authutil This introduces an Impersonate-Uid header to server side code. 2021-07-06 10:13:16 -07:00
benchmark io/ioutil has already been deprecated in golang 1.16, so replace all ioutil with io and os 2022-02-03 05:32:12 +08:00
certificates io/ioutil has already been deprecated in golang 1.16, so replace all ioutil with io and os 2022-02-03 05:32:12 +08:00
client io/ioutil has already been deprecated in golang 1.16, so replace all ioutil with io and os 2022-02-03 05:32:12 +08:00
configmap Part3: master to controlplane in test/integration 2021-06-03 11:06:19 +08:00
controlplane io/ioutil has already been deprecated in golang 1.16, so replace all ioutil with io and os 2022-02-03 05:32:12 +08:00
cronjob flake fix: remove the error handler for cronjob integration test 2021-12-23 16:50:12 +08:00
daemonset Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
defaulttolerationseconds Rename masterConfig to controlPlaneConfig 2021-06-04 20:55:08 +08:00
deployment Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
disruption Wire contexts to Disruption controllers 2022-02-04 10:32:04 -05:00
dryrun remove unwanted values returned from dry-run 2022-01-06 15:44:05 -08:00
dualstack apiserver endpoint reconciler ip families 2021-12-13 15:43:41 +01:00
endpoints Wire contexts to Core controllers 2021-11-01 10:29:00 -04:00
endpointslice Merge pull request #105997 from robscott/mirroring-selector 2021-11-03 12:48:32 -07:00
etcd io/ioutil has already been deprecated in golang 1.16, so replace all ioutil with io and os 2022-02-03 05:32:12 +08:00
events Remove selflink references in different testing-related files 2022-01-14 12:58:05 +01:00
evictions Wire contexts to Disruption controllers 2022-02-04 10:32:04 -05:00
examples io/ioutil has already been deprecated in golang 1.16, so replace all ioutil with io and os 2022-02-03 05:32:12 +08:00
framework Merge pull request #107677 from pohly/scheduler-integration-benchmark 2022-02-14 01:23:28 -08:00
garbagecollector Remove //lint:ignore pragmas that aren't being used anymore 2021-11-17 08:56:54 +01:00
ipamperf io/ioutil has already been deprecated in golang 1.16, so replace all ioutil with io and os 2022-02-03 05:32:12 +08:00
job Wire contexts to Batch controllers (#105491) 2021-11-10 14:56:46 -08:00
kubelet Migrate to k8s.io/utils/clock in pkg/kubelet 2021-09-10 12:20:09 +02:00
logs logs: update expected output for multi-line test case 2022-01-11 09:57:03 +01:00
metrics io/ioutil has already been deprecated in golang 1.16, so replace all ioutil with io and os 2022-02-03 05:32:12 +08:00
namespace Rename masterConfig to controlPlaneConfig 2021-06-04 20:55:08 +08:00
network move repair loop interval to a constant 2021-09-13 23:54:19 +02:00
node Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
objectmeta Part3: master to controlplane in test/integration 2021-06-03 11:06:19 +08:00
openshift part1 of e2e: master to apiserver/control-plane 2021-03-31 15:50:18 +08:00
pods Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
quota Mark ServiceLBNodePortControl as GA 2021-12-16 16:48:58 +01:00
replicaset Wire contexts to Apps controllers 2021-10-13 16:32:13 -04:00
replicationcontroller Wire contexts to Apps controllers 2021-10-13 16:32:13 -04:00
scale io/ioutil has already been deprecated in golang 1.16, so replace all ioutil with io and os 2022-02-03 05:32:12 +08:00
scheduler Merge pull request #107432 from denkensk/graduate-nonpreemptingpriority-to-ga 2022-02-08 11:05:03 -08:00
scheduler_perf Merge pull request #107677 from pohly/scheduler-integration-benchmark 2022-02-14 01:23:28 -08:00
secrets Part3: master to controlplane in test/integration 2021-06-03 11:06:19 +08:00
service service REST: Call Decorator(old) on update path 2022-01-30 11:25:17 -08:00
serviceaccount Fix integration test authenticators to include AllAuthenticated group 2022-01-19 13:21:05 -05:00
serving io/ioutil has already been deprecated in golang 1.16, so replace all ioutil with io and os 2022-02-03 05:32:12 +08:00
statefulset Wire contexts to Apps controllers 2021-10-13 16:32:13 -04:00
storageclasses Part3: master to controlplane in test/integration 2021-06-03 11:06:19 +08:00
storageversion Wire contexts to Core controllers 2021-11-01 10:29:00 -04:00
tls hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
ttlcontroller Wire contexts to Core controllers 2021-11-01 10:29:00 -04:00
util remove legacy scheduler policy config, as well as associated flags policy-config-file, policy-configmap, policy-configmap-namespace and use-legacy-policy-config 2021-10-08 23:57:49 +08:00
volume Wire contexts to Core controllers 2021-11-01 10:29:00 -04:00
volumescheduling Wire contexts to Core controllers 2021-11-01 10:29:00 -04:00
.import-restrictions Make integration tests not depend on e2e tests 2021-03-25 23:02:52 +08:00
benchmark-controller.json updates pause image references 2021-08-29 21:50:05 -07:00
doc.go don't use build tags to mark integration tests 2017-04-28 14:19:39 -07:00
utils.go Clean up the master term in test/integration comments 2021-06-18 16:31:05 +08:00