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 bind/unbindResourceHandler methods #6626

Closed
manusa opened this issue Nov 19, 2024 · 1 comment · Fixed by #6635
Closed

Remove deprecated bind/unbindResourceHandler methods #6626

manusa opened this issue Nov 19, 2024 · 1 comment · Fixed by #6635
Labels
good first issue Easy hack; Good issue for new contributors help wanted low hanging fruit
Milestone

Comments

@manusa
Copy link
Member

manusa commented Nov 19, 2024

Description

Part of #6602

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

/**
* @deprecated ResourceHandlers to not need bound
*/
@Deprecated
public void bindResourceHandler(ResourceHandler resourceHandler) {
// not used
}
/**
* @deprecated ResourceHandlers to not need bound
*/
@Deprecated
public void unbindResourceHandler(ResourceHandler resourceHandler) {
// not used
}

@manusa manusa added help wanted low hanging fruit good first issue Easy hack; Good issue for new contributors labels Nov 19, 2024
@currantino
Copy link
Contributor

Hey, I'm ready to take this issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Easy hack; Good issue for new contributors help wanted low hanging fruit
Projects
None yet
2 participants