apiserver/pkg/util/webhook
Clayton Coleman fbcccd4f68 wait: ExponentialBackoffWithContext should take context-aware fn
The condition methods will eventually all take a context. Since we
have been provided one, alter the accepted condition type and
change the four references in tree.

Collers of ExponentialBackoffWithContext should use a condition
aware function (ConditionWithContextFunc). If the context can be
ignored the helper ConditionFunc.WithContext can be used to convert
an existing function to the new type.

Kubernetes-commit: 34bfdc3635cb621d94eebde5d8f4b9c0b933c68e
2023-01-16 14:57:57 -05:00
..
authentication.go kubelet tracing 2021-10-10 09:17:27 -04:00
authentication_test.go Search client auth with and without port 2019-09-02 22:38:55 -04:00
certs_test.go webhooks: regenerate certificates for additional sha-1 signatures 2022-03-25 16:52:40 +01:00
client.go Use https links for k8s KEPs, issues, PRs, etc 2022-09-23 16:13:22 -04: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 Clarify a few validation messages 2022-08-12 12:33:41 -07:00
webhook.go wait: ExponentialBackoffWithContext should take context-aware fn 2023-01-16 14:57:57 -05:00
webhook_test.go Tolerate additional error messages in TLS unit tests 2022-03-29 08:57:31 -04:00