client-go/informers/discovery
Patrick Ohly e8a7cb0e18 client-go informers: provide ListWatch *WithContext variants
For compatibility reasons, the old functions without the ctx parameter still
get generated, now with context.Background instead of context.TODO. In practice
that code won't be used by the client-go reflector code because it prefers
the *WithContext functions, but it cannot be ruled out that some other code
only supports the old fields.

Kubernetes-commit: 8cc74e8a266e1042be1c60adfa3091852036f48a
2024-12-09 16:04:52 +01:00
..
v1 client-go informers: provide ListWatch *WithContext variants 2024-12-09 16:04:52 +01:00
v1beta1 client-go informers: provide ListWatch *WithContext variants 2024-12-09 16:04:52 +01:00
interface.go Graduate EndpointSlice API to GA 2021-03-03 06:47:10 +00:00