apiserver/pkg/util/webhook
Madhav Jivrajani 7c924dc3c8 webhook: alter regex to account for x509sha1 GODEBUG removal
go1.24 removes the x509sha1 GODEBUG variable, and with it the
support for SHA-1 signed certs. This commit alters the regex
in unit tests to account for that and prep for go1.24.

Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>

Kubernetes-commit: cff0f4009f17c84141553c143872d47756209f4d
2024-12-30 13:39:17 -08:00
..
authentication.go api-machinery: stop using deprecated io/ioutil 2023-05-02 15:08:18 +02:00
authentication_test.go Replace uses of ObjectReflectDiff with cmp.Diff 2023-03-23 11:34:03 -07:00
certs_test.go webhooks: regenerate certificates for additional sha-1 signatures 2022-03-25 16:52:40 +01:00
client.go Use http/2 for localhost webhook 2024-01-03 13:49:51 +00:00
client_test.go Use http/2 for localhost webhook 2024-01-03 13:49:51 +00:00
error.go Add a new webhook metric tracking request totals. 2021-06-22 22:32:47 +00:00
gencerts.sh webhooks: gencerts.sh: add intermediate and server certs with sha-1 signatures 2022-03-25 16:52:07 +01:00
metrics.go webhooks, aggregation: add metrics to count certs with SHA1 signatures 2022-03-24 01:08:02 -04:00
serviceresolver.go Generate and format files 2022-07-19 20:54:13 -04:00
serviceresolver_test.go Add port to ServiceResolvers 2019-03-01 16:32:50 -08:00
validation.go Validate CABundle when writing CRD 2024-03-26 15:59:16 +00:00
validation_test.go Validate CABundle when writing CRD 2024-03-26 15:59:16 +00:00
webhook.go Make connection lost retryable in webhook 2023-04-12 17:37:57 +00:00
webhook_test.go webhook: alter regex to account for x509sha1 GODEBUG removal 2024-12-30 13:39:17 -08:00