kubernetes/test/integration
Kubernetes Prow Robot 15040e1c86
Merge pull request #115123 from aramase/v2beta1
[KMSv2] Generate proto API and update feature gate for beta
2023-03-14 19:26:25 -07:00
..
apimachinery Clean shutdown of apimachinery integration tests 2022-06-14 13:55:31 +02:00
apiserver api: resource.k8s.io PodScheduling -> PodSchedulingContext 2023-03-14 10:18:08 +01:00
auth KEP-3325: Promote SelfSubjectReview to Beta (#116274) 2023-03-08 15:42:33 -08:00
authutil Add integration tests for secondary authz 2023-03-06 12:08:53 -05: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 add superuser fallback to authorizer (#111558) 2022-10-18 18:57:00 -07:00
client Replace a function closure 2023-02-27 09:13:36 -08:00
clustercidr use klog.InfoS instead of klog.V(0),Info 2023-03-07 15:50:01 +08:00
configmap Clean shutdown of configmap integration tests 2022-05-26 17:19:36 +02:00
controlplane Merge pull request #115123 from aramase/v2beta1 2023-03-14 19:26:25 -07:00
cronjob cronjob: shut down integration test quickly again 2023-03-08 17:26:47 +01:00
daemonset daemonset: use contextual logging 2023-03-14 08:50:27 +08:00
defaulttolerationseconds Clean shutdown of defaulttolerationseconds integration tests 2022-05-28 21:14:09 +02:00
deployment deployment controller: use contextual logging 2023-03-13 19:00:44 +08:00
disruption Enable the feature into beta 2022-11-09 09:02:40 +01:00
dryrun Revert "add test to dry-run for unwanted generated values" 2022-04-06 12:34:49 -04:00
dualstack test dualstack services with assigned clusterIPs 2022-10-14 15:53:49 +00:00
endpoints Do not create endpoints if service of type ExternalName (#114814) 2023-01-18 03:12:34 -08:00
endpointslice endpointslicemirroring handle endpoints with multiple subsets 2022-12-10 11:44:10 +00:00
etcd integration etcd data 2023-03-14 22:58:11 +00:00
events events: fix EventSeries starting count discrepancy 2023-03-13 13:31:07 +01:00
evictions Merge pull request #113375 from atiratree/PodHealthyPolicy-api 2022-11-11 04:02:10 -08:00
examples Combine RequestAuditConfig with RequestAuditConfigWithLevel 2022-11-02 15:24:14 -07:00
framework scheduler_perf: add logging flags 2023-02-28 23:08:17 +01:00
garbagecollector garbagecollector: use contextual logging 2023-03-08 08:37:56 -05:00
ipamperf use klog.InfoS instead of klog.V(0),Info 2023-03-07 15:50:01 +08:00
job Merge pull request #113471 from ncdc/gc-contextual-logging 2023-03-10 04:34:39 -08:00
kubelet Fix leaking goroutines in kubelet integration test 2022-05-23 11:50:29 +02:00
logs test/integration/logs: use stable struct for unit test 2023-03-07 16:04:32 +01:00
metrics Clean shutdown of metrics integration tests 2022-05-26 16:20:56 +02:00
namespace namespace controller: use contextual logging 2023-03-13 14:59:17 +08:00
network Fix panic on ClusterIP allocation for /28 subnets 2023-01-25 20:32:40 +00:00
node Remove deprecated pod-eviction-timeout flag from controller-manager 2023-03-07 18:14:18 +00:00
objectmeta Remove ClusterName 2022-05-05 20:12:50 +00:00
openshift
podgc PodGC should not add DisruptionTarget condition for pods which are in terminal phase 2023-01-13 18:28:44 +01:00
pods mutable pod scheduling directives 2023-03-10 18:30:09 +00:00
pvc Update AnyVolumeDataSource feature gate to beta 2022-03-29 13:39:48 -04:00
quota resourcequota: use contexual logging (#113315) 2023-02-14 07:19:31 -08:00
replicaset Migrated pkg/controller/replicaset to contextual logging (#114871) 2023-03-07 04:19:51 -08:00
replicationcontroller clean up code 2022-07-15 20:22:37 +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 Remove deprecated pod-eviction-timeout flag from controller-manager 2023-03-07 18:14:18 +00:00
scheduler_perf fix: remove SchedulingMigratedInTreePVs feature gate in sched perf test 2023-03-08 08:34:44 -08:00
secrets Clean shutdown of secret integration tests 2022-05-26 17:19:36 +02:00
service test/integration: Replace deprecated pointer function 2023-01-05 18:38:40 +01:00
serviceaccount Migrating pkg/controller/serviceaccount to contextual logging (#114918) 2023-03-07 04:19:59 -08:00
servicecidr add integration test 2023-03-14 22:58:11 +00:00
serving remove unwanted newlines 2023-01-24 21:45:32 +01:00
statefulset Migrated the StatefulSet controller (within `kube-controller-manager) to use [contextual logging](https://k8s.io/docs/concepts/cluster-administration/system-logs/#contextual-logging) 2023-03-08 18:57:57 +08:00
storageclasses Clean shutdown of storageclasses integration tests 2022-05-26 17:19:36 +02:00
storageversion Merge pull request #113986 from songxiao-wang87/runwxs-test2 2023-03-07 04:19:43 -08:00
tls
ttlcontroller Making a run test. 2023-01-28 03:14:57 +00:00
util Merge pull request #114051 from chrishenzie/rwop-preemption 2023-02-13 11:45:30 -08:00
volume volume: use contextual logging 2023-03-14 08:37:30 +08:00
volumescheduling volume: use contextual logging 2023-03-14 08:37:30 +08:00
.import-restrictions
benchmark-controller.json Updating pause image refernces to 3.9 2022-11-14 10:24:54 -08:00
doc.go
utils.go