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

Reuse KubernetesResourceUtil ConfigMap utils methods #2186

Closed
manusa opened this issue May 31, 2023 · 0 comments · Fixed by #2424
Closed

Reuse KubernetesResourceUtil ConfigMap utils methods #2186

manusa opened this issue May 31, 2023 · 0 comments · Fixed by #2424
Assignees
Milestone

Comments

@manusa
Copy link
Member

manusa commented May 31, 2023

Description

Now that fabric8io/kubernetes-client#4184 and fabric8io/kubernetes-client#5173 have been merged, let's reuse these methods and remove the JKube implementations.

rohanKanojia added a commit to rohanKanojia/jkube that referenced this issue Oct 18, 2023
…ConfigMap utils methods (eclipse-jkube#2186)

+ Remove deprecated methods of `org.eclipse.jkube.kit.enricher.api.util.KubernetesResourceUtil`
+ Update ConfigMapEnricher to use `io.fabric8.kubernetes.client.utils.KubernetesResourceUtil`

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
@manusa manusa added this to the 1.15.0 milestone Oct 19, 2023
manusa pushed a commit that referenced this issue Oct 19, 2023
…ConfigMap utils methods (#2186)

+ Remove deprecated methods of `org.eclipse.jkube.kit.enricher.api.util.KubernetesResourceUtil`
+ Update ConfigMapEnricher to use `io.fabric8.kubernetes.client.utils.KubernetesResourceUtil`

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment