kubernetes/test/integration/util
Patrick Ohly c46ae1b26a scheduler_perf: use ktesting.TContext + staging StartTestServer
ktesting.TContext combines several different interfaces. This makes the code
simpler because less parameters need to be passed around.

An intentional side effect is that the apiextensions client interface becomes
available, which makes it possible to use CRDs. This will be needed for future
DRA tests.

Support for CRDs depends on starting the apiserver via
k8s.io/kubernetes/cmd/kube-apiserver/app/testing because only that enables the
CRD extensions. As discussed on Slack, the long-term goal is to replace the
in-tree StartTestServer with the one in staging, so this is going in the right
direction.
2024-02-11 10:51:38 +01:00
..
cloud.go Add providerless tags appropriately in test/ 2024-01-07 08:16:05 -05:00
util.go scheduler_perf: use ktesting.TContext + staging StartTestServer 2024-02-11 10:51:38 +01:00