fabric8io / kubernetes-client

Java client for Kubernetes & OpenShift
http://fabric8.io
Apache License 2.0
3.41k stars 1.46k forks source link

Remove deprecated fields or methods in `io.fabric8.kubernetes.client.Config` class #6208

Open rohanKanojia opened 3 months ago

rohanKanojia commented 3 months ago

Is your task related to a problem? Please describe

The following fields/ methods must be removed from io.fabric8.kubernetes.client.Config:

Dependencies must be updated accordingly.

Describe the solution you'd like

Deprecated methods are removed in v7 and documentation should point to updated methods (if there are any references to old methods)

Describe alternatives you've considered

No response

Additional context

No response

vaidikcode commented 1 week ago

@rohanKanojia Can you tell me more about the current situation of issue and what are all the steps I need to follow to solve this?