kubernetes/test/integration
Kubernetes Prow Robot d70bfc8e86
Merge pull request #130636 from serathius/watchcache-integration-test
Move setup in TestListOptions before we start API server
2025-03-12 13:35:54 -07:00
..
apimachinery integration/api: check field items in empty List 2024-07-31 08:49:57 +08:00
apiserver Move TestListOptions setup before we start API server 2025-03-12 14:52:34 +01:00
auth Add integration tests for using SAR with node audience restriction 2025-03-07 16:25:18 -06:00
authutil integration: RBAC tests for /resize request 2024-11-06 01:33:14 +00: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 use default flags for apiserver on integration tests 2024-06-04 22:09:35 +00:00
client test/integration: use default API groups in test apiserver 2025-02-24 10:20:06 +01:00
cloudprovider ccm integration test for node status addresses and provided-node-ip 2024-06-16 16:07:52 +00:00
clustertrustbundles integration: ctb: apiserversigner test to use certbeta api 2025-03-11 18:07:27 +01:00
configmap use default flags for apiserver on integration tests 2024-06-04 22:09:35 +00:00
controlplane Merge pull request #130325 from pohly/test-integration-apiserver-defaults 2025-02-25 11:08:30 -08:00
cronjob use default flags for apiserver on integration tests 2024-06-04 22:09:35 +00:00
daemonset pkg/controlplane: split up config into generic controlplane and kube-related part 2024-04-26 14:14:06 +02:00
defaulttolerationseconds pkg/controlplane: split up config into generic controlplane and kube-related part 2024-04-26 14:14:06 +02:00
deployment Deployment controller should count terminating pods in the status 2025-01-23 22:37:05 +01:00
disruption use default flags for apiserver on integration tests 2024-06-04 22:09:35 +00:00
dra DRA: integration tests for prioritized list 2025-03-10 11:38:06 +01:00
dryrun lavalamp is taking a long break 2023-05-11 16:43:38 +00:00
dualstack cluster ip allocator should check first on the legacy allocators 2025-01-24 15:48:52 +00:00
endpoints bugfix: endpoints controller track resource version conrrectly 2024-09-17 11:01:35 +00:00
endpointslice use default flags for apiserver on integration tests 2024-06-04 22:09:35 +00:00
etcd use the ClusterTrustBundles beta API 2025-03-11 18:07:24 +01:00
events use default flags for apiserver on integration tests 2024-06-04 22:09:35 +00:00
evictions review remarks for graduating PodDisruptionConditions 2024-06-28 17:32:27 +02:00
examples Refactor compatibility version code 2025-02-05 16:10:53 -08:00
framework Refactor compatibility version code 2025-02-05 16:10:53 -08:00
garbagecollector Merge pull request #125796 from haorenfsa/fix-gc-sync-blocked 2024-09-25 04:02:00 +01:00
ipamperf drop unused code pointed out by linter 2024-05-01 09:03:57 -04:00
job Graduate Backoff Limit Per Index as stable 2025-02-26 17:06:37 +01:00
kubelet propagate context 2025-02-07 15:47:14 +09:00
logs logging benchmark: support slog 2024-02-27 15:36:41 +01:00
metrics Implement consistency checking 2025-03-11 10:17:23 +01:00
namespace use ktesting.NewTestContext(t) ctx instead of context.TODO() for namespace integration 2024-07-14 18:46:43 +08:00
network pkg/controlplane: split up config into generic controlplane and kube-related part 2024-04-26 14:14:06 +02:00
node Graduate PodDisruptionConditions to stable 2024-06-28 16:36:51 +02:00
objectmeta Remove ClusterName 2022-05-05 20:12:50 +00:00
openshift pkg/controlplane: split apart generic server part of instance.go 2024-04-29 10:15:02 +02:00
podgc Remove generally available feature gate NodeOutOfServiceVolumeDetach 2024-09-05 10:33:16 +08:00
pods Refactor compatibility version code 2025-02-05 16:10:53 -08:00
pvc Promote AnyVolumeDataSource to GA 2025-02-19 17:58:09 +00:00
quota test: use cancelation from ktesting 2024-03-01 07:51:22 +01:00
replicaset ReplicaSet controller should count terminating pods in the status 2025-01-23 22:26:34 +01:00
replicationcontroller use default flags for apiserver on integration tests 2024-06-04 22:09:35 +00:00
resourceclaim Merge pull request #129158 from LionelJouin/fix-128831 2025-02-26 20:32:30 -08: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 Trigger rescheduling on delete event also when unscheduled pod is removed 2025-03-10 15:03:50 +00:00
scheduler_perf DRA: integration tests for prioritized list 2025-03-10 11:38:06 +01:00
secrets use default flags for apiserver on integration tests 2024-06-04 22:09:35 +00:00
service Use SetFeatureGateEmulationVersionDuringTest() for testing 2025-03-09 17:02:54 -07:00
serviceaccount fixing various unit tests on Windows that create abstract sockets 2025-02-13 15:41:33 -08:00
servicecidr update integration test 2025-01-20 13:01:53 +00:00
serving Update test/integration/serving/serving_test.go 2025-02-05 09:48:08 -08:00
statefulset update e2e and integration test for PodIndexLabel 2024-10-25 12:17:19 -04:00
storageclasses api: introduce separate VolumeResourceRequirements struct 2023-08-21 15:31:28 +02:00
storageversion test/integration: use default API groups in test apiserver 2025-02-24 10:20:06 +01:00
storageversionmigrator test/integration: use default API groups in test apiserver 2025-02-24 10:20:06 +01:00
tls cleanup: omit comparison with bool constants 2023-09-05 10:24:38 +08:00
ttlcontroller use default flags for apiserver on integration tests 2024-06-04 22:09:35 +00:00
util Trigger rescheduling on delete event also when unscheduled pod is removed 2025-03-10 15:03:50 +00:00
volume Add integrate test to OOS node 2024-12-05 23:45:46 +08:00
volumescheduling Merge pull request #124003 from carlory/scheduler-rm-non-csi-limit 2024-08-26 12:02:13 +01:00
.import-restrictions Make integration tests not depend on e2e tests 2021-03-25 23:02:52 +08:00
benchmark-controller.json switch k/k to pause version 3.10 2024-05-24 10:02:51 +03:00
doc.go remove import doc comments 2024-12-02 16:59:34 +01:00
utils.go Clean up the master term in test/integration comments 2021-06-18 16:31:05 +08:00