kubernetes/test/integration/framework
Ben Luddy ea13190d8b
Add test-only client feature gates for CBOR.
As with the apiserver feature gate for CBOR as a serving and storage encoding, the client feature
gates for CBOR are being initially added through a test-only feature gate instance that is not wired
to environment variables or to command-line flags and is intended only to be enabled
programmatically from integration tests. The test-only instance will be removed as part of alpha
graduation and replaced by conventional client feature gating.
2024-10-24 13:27:39 -04:00
..
cbor.go Add test-only client feature gates for CBOR. 2024-10-24 13:27:39 -04: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