kubernetes/test/integration/framework
Anish Ramasekar f19f3f4099
Implement KMS v2alpha1
- add feature gate
- add encrypted object and run generated_files
- generate protobuf for encrypted object and add unit tests
- move parse endpoint to util and refactor
- refactor interface and remove unused interceptor
- add protobuf generate to update-generated-kms.sh
- add integration tests
- add defaulting for apiVersion in kmsConfiguration
- handle v1/v2 and default in encryption config parsing
- move metrics to own pkg and reuse for v2
- use Marshal and Unmarshal instead of serializer
- add context for all service methods
- check version and keyid for healthz

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2022-08-03 19:04:47 +00:00
..
controlplane_utils.go Remove RunAnAPIServer from integration tests 2022-07-25 17:52:31 +02:00
etcd.go Implement KMS v2alpha1 2022-08-03 19:04:47 +00:00
flags.go initialize logging after flag parsing 2021-09-30 13:46:49 +02:00
perf_utils.go remove secondary client retries in e2e tests 2020-10-15 08:30:42 -04:00
serializer.go remove unused function of NewSingleContentTypeSerializer 2021-01-04 10:40:37 +08:00
test_server.go Clean shutdown of flowcontrol integration tests 2022-06-15 16:53:42 +02:00
util.go Cleanup no longer used Create/Delete TestingNamespace 2022-07-21 19:44:14 +02:00