fabric8io / kubernetes-client

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

Remove deprecated methods from CustomResource class #6627

Closed manusa closed 5 days ago

manusa commented 6 days ago

Description

Part of #6602

The following methods are deprecated and no longer used, they must be removed the CustomResource class:

https://github.com/fabric8io/kubernetes-client/blob/32b34730825404610265ef817cea1c7d126f6d88/kubernetes-client-api/src/main/java/io/fabric8/kubernetes/client/CustomResource.java#L207-L213

https://github.com/fabric8io/kubernetes-client/blob/32b34730825404610265ef817cea1c7d126f6d88/kubernetes-client-api/src/main/java/io/fabric8/kubernetes/client/CustomResource.java#L221-L227

currantino commented 5 days ago

Hey, I'm ready to fix this