kubernetes / client-go

Go client for Kubernetes.
Apache License 2.0
8.99k stars 2.93k forks source link

Deprecation of "github.com/gogo/protobuf" #1318

Closed imJayanth closed 10 months ago

imJayanth commented 10 months ago

"k8s.io/client-go" is using the deprecated "github.com/gogo/protobuf" Is it possible to remove this deprecated module and replace it with a suitable alternative?

liggitt commented 10 months ago

https://github.com/kubernetes/kubernetes/issues/96564 tracks all the issues around removing this deprecated dependency. It is very involved, unfortunately, and not at the top of the priority list.