kubernetes/test/integration/controlplane
Steve Kuznetsov 27312feb99
storage: transformers: pass a context.Context
When an envelope transformer calls out to KMS (for instance), it will be
very helpful to pass a `context.Context` to allow for cancellation. This
patch does that, while passing the previously-expected additional data
via a context value.

Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
2022-02-17 08:31:31 -08:00
..
apiserver_identity_test.go
audit_test.go 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
crd_test.go
graceful_shutdown_test.go 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
kms_transformation_test.go storage: transformers: pass a context.Context 2022-02-17 08:31:31 -08:00
kube_apiserver_test.go
main_test.go
secrets_transformation_test.go storage: transformers: pass a context.Context 2022-02-17 08:31:31 -08:00
synthetic_controlplane_test.go 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
transformation_testcase.go storage: transformers: pass a context.Context 2022-02-17 08:31:31 -08:00