kubernetes/test/integration
Roman Bednar 6afb363ca1 test: remove RetroactiveDefaultStorageClass feature gate
Since the feature is GA and locked to true, tests can no longer set it
to false. Cleaning up by removing all references to this feature gate
from tests.

Feature gate will be removed in v1.29.
2023-06-07 14:31:16 +02:00
..
apimachinery Clean shutdown of apimachinery integration tests 2022-06-14 13:55:31 +02:00
apiserver Merge pull request #118411 from SataQiu/fix-NoNewBetaAPIsByDefault-20230602 2023-06-06 10:20:24 -07:00
auth fix fd leaks and failed file removing for test directory 2023-05-09 09:22:31 -05: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 Merge pull request #117295 from aojea/transport_cache_metrics 2023-05-11 08:59:02 -07:00
clustercidr Pass Context to StartTestServer 2023-05-04 10:25:09 +08:00
clustertrustbundles ClusterTrustBundles: kube-apiserver integration tests 2023-03-15 20:19:48 -07:00
configmap Clean shutdown of configmap integration tests 2022-05-26 17:19:36 +02:00
controlplane fix fd leaks and failed file removing for test directory 2023-05-09 09:22:31 -05:00
cronjob cronjob: shut down integration test quickly again 2023-03-08 17:26:47 +01:00
daemonset kube-scheduler: NewFramework function to pass the context parameter 2023-05-23 10:17:34 +08:00
defaulttolerationseconds Pass Context to StartTestServer 2023-05-04 10:25:09 +08: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 lavalamp is taking a long break 2023-05-11 16:43:38 +00:00
dualstack Pass Context to StartTestServer 2023-05-04 10:25:09 +08: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 STRUCTURE: cmd/kube-apiserver/app: stratify construction with options/config/server 2023-06-07 10:05:43 +03:00
events events: fix EventSeries starting count discrepancy 2023-03-13 13:31:07 +01:00
evictions API-initiated eviction: handle deleteOptions correctly 2023-03-17 22:18:07 +01:00
examples test/integration: use t.Log in TestAPIServiceWaitOnStart 2023-06-07 10:11:04 +03:00
framework CLEANUP: cmd/kube-apiserver/app: remove trivial funcs 2023-06-07 10:05:43 +03:00
garbagecollector garbagecollector: use contextual logging 2023-03-08 08:37:56 -05:00
ipamperf Pass Context to StartTestServer 2023-05-04 10:25:09 +08:00
job Fix typo at job_test.go 2023-04-09 01:47:42 +09:00
kubelet Add podUID in AddReference and DeleteReference 2023-05-06 13:58:14 +08:00
logs chore: os.SEEK_END os.SEEK_SET and use b.Logf(...) instead of b.Log(fmt.Sprintf(...)) 2023-06-06 15:23:19 +08:00
metrics Clean shutdown of metrics integration tests 2022-05-26 16:20:56 +02:00
namespace replace spew methods with dump methods 2023-04-14 08:05:53 +08:00
network Pass Context to StartTestServer 2023-05-04 10:25:09 +08:00
node Fix strict linting 2023-05-04 10:25:10 +08:00
objectmeta Remove ClusterName 2022-05-05 20:12:50 +00:00
openshift
podgc Teardown only scheduler in integration tests 2023-05-04 10:09:24 +08:00
pods Updating the nodeAffinity of gated pods having nil affinity should be allowed 2023-05-18 07:44:34 +02:00
pvc Update AnyVolumeDataSource feature gate to beta 2022-03-29 13:39:48 -04:00
quota Pass Context to StartTestServer 2023-05-04 10:25:09 +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 scheduler: update the scheduler interface and cache methods to use contextual logging 2023-05-29 13:26:32 +08:00
scheduler_perf scheduler-perf: inject "benchmark" as name into JSON result filename 2023-05-22 08:07:15 +02: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 implement LegacyServiceAccountTokenCleanUp alpha 2023-05-24 23:20:17 +00:00
servicecidr Pass Context to StartTestServer 2023-05-04 10:25:09 +08:00
serving Replace os.Setenv with testing.T.Setenv in tests 2023-06-05 21:08:56 -05:00
statefulset Merge pull request #115452 from my-git9/cleanup/sts 2023-05-07 19:47:29 -07: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 kube-scheduler: NewFramework function to pass the context parameter 2023-05-23 10:17:34 +08:00
volume test: remove RetroactiveDefaultStorageClass feature gate 2023-06-07 14:31:16 +02:00
volumescheduling Replace os.Setenv with testing.T.Setenv in tests 2023-06-05 21:08:56 -05: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