client-go/dynamic
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
..
dynamicinformer client-go informers: provide ListWatch *WithContext variants 2024-12-09 16:04:52 +01:00
dynamiclister Replace uses of diff.ObjectDiff with cmp.Diff 2023-03-23 11:29:01 -07:00
fake Replace uses of ObjectGoPrintDiff with cmp.Diff 2023-03-23 11:31:25 -07:00
testdata Support application/apply-patch+cbor in patch requests. 2024-10-22 16:08:24 -04:00
client_test.go client-go/rest/request: decodes initialEventsListBlueprint for watchlist requests 2024-10-02 15:03:39 +02:00
golden_test.go Support application/apply-patch+cbor in patch requests. 2024-10-22 16:08:24 -04:00
interface.go Add Apply and ApplyStatus methods to dynamic ResourceInterface 2022-04-12 20:24:15 +00:00
scheme.go Add CBOR feature gates. 2024-11-04 10:40:19 -05:00
simple.go Add CBOR feature gates. 2024-11-04 10:40:19 -05:00