kubernetes/test/integration/framework
Ben Luddy 072dfcb416
Add CBOR feature gates.
For alpha, there is one apiserver feature gate and two client-go feature gates controlling
CBOR. They were initially wired to separate test-only feature gate instances in order to prevent
them from being configurable at runtime via command-line flags or environment variables (for
client-go feature gates outside of Kubernetes components). All of the integration tests required by
the KEP as alpha criteria have been implemented. This adds the feature gates to the usual feature
gate instances and removes the temporary code to support separate test-only feature gate instances.
2024-11-05 14:17:52 -05:00
..
cbor.go Add CBOR feature gates. 2024-11-05 14:17:52 -05:00
controlplane_utils.go cleanup: remove unused parameters 2024-07-17 16:27:12 +08:00
etcd.go test etcd: avoid potential data race 2024-08-23 14:31:17 +02:00
flags.go initialize logging after flag parsing 2021-09-30 13:46:49 +02:00
goleak.go test/integration: add StartEtcd 2023-02-28 23:05:17 +01:00
logger.go scheduler_perf: add logging flags 2023-02-28 23:08:17 +01:00
OWNERS Add alculquicondor to test/integration/framework OWNERS 2022-11-07 13:13:50 -05:00
serializer.go remove unused function of NewSingleContentTypeSerializer 2021-01-04 10:40:37 +08:00
test_server.go kube-apiserver: split up config creation into generic and non-generic part 2024-05-01 11:28:25 +02:00
util.go Move integration tests perf utils to scheduler_perf package 2024-10-11 08:27:08 +00:00