Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated Utils.getPluralFromKind method #6631

Closed
manusa opened this issue Nov 19, 2024 · 0 comments · Fixed by #6637
Closed

Remove deprecated Utils.getPluralFromKind method #6631

manusa opened this issue Nov 19, 2024 · 0 comments · Fixed by #6637
Assignees
Milestone

Comments

@manusa
Copy link
Member

manusa commented Nov 19, 2024

Description

Part of #6602

The method and its usages need to be removed.

/**
*
* @param kind
* @return
* @deprecated use {@link io.fabric8.kubernetes.api.model.HasMetadata#getPlural(Class)}
*/
@Deprecated
public static String getPluralFromKind(String kind) {
return Pluralize.toPlural(kind.toLowerCase(Locale.ROOT));
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant