mirror of
https://github.com/kubernetes/client-go.git
synced 2025-07-18 17:21:23 +00:00
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 |
||
---|---|---|
.. | ||
componentstatus.go | ||
configmap.go | ||
endpoints.go | ||
event.go | ||
interface.go | ||
limitrange.go | ||
namespace.go | ||
node.go | ||
persistentvolume.go | ||
persistentvolumeclaim.go | ||
pod.go | ||
podtemplate.go | ||
replicationcontroller.go | ||
resourcequota.go | ||
secret.go | ||
service.go | ||
serviceaccount.go |