kubernetes/test/integration/certificates
Ravi Gudimetla 72a62f47f7 Wire context for cert controllers
All the controllers should use context for signalling termination of communication with API server. Once kcm cancels context all the cert controllers which are started via kcm should cancel the APIServer request in flight instead of hanging around.
2022-03-07 10:19:45 -05:00
..
admission_approval_test.go This introduces an Impersonate-Uid header to server side code. 2021-07-06 10:13:16 -07:00
admission_sign_test.go This introduces an Impersonate-Uid header to server side code. 2021-07-06 10:13:16 -07:00
admission_subjectrestriction_test.go move CSR v1beta1 behavior tests to a single file to remove for 1.22 2021-03-03 15:27:37 -05:00
controller_approval_test.go Wire context for cert controllers 2022-03-07 10:19:45 -05:00
duration_test.go Wire context for cert controllers 2022-03-07 10:19:45 -05:00
field_selector_test.go Part3: master to controlplane in test/integration 2021-06-03 11:06:19 +08:00
main_test.go