kubernetes-client icon indicating copy to clipboard operation
kubernetes-client copied to clipboard

Remove deprecated methods in Utils class

Open manusa opened this issue 1 year ago • 1 comments
trafficstars

Description

Part of #5778

The following methods must be removed from Utils:

  • getPluralFromKind(String kind) https://github.com/fabric8io/kubernetes-client/blob/e0647d70f528e5d043f2827f1a6b81055c3302fc/kubernetes-client-api/src/main/java/io/fabric8/kubernetes/client/utils/Utils.java#L350-L351

Dependencies must be updated accordingly.

manusa avatar Jul 19 '24 12:07 manusa

This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions!

stale[bot] avatar Oct 19 '24 03:10 stale[bot]

@manusa, how should we handle the use of this method in kubernetes-client-api/src/main/java/io/fabric8/kubernetes/client/dsl/base/ResourceDefinitionContext.java within the protected void validate method?

vaidikcode avatar Oct 27 '24 14:10 vaidikcode

This needs to be evaluated:

  • #6313
  • #6314

It's unclear if we still want to remove it or not.

manusa avatar Oct 28 '24 06:10 manusa