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

Replace default kubernetes client #11

Conversation

ftschirpke
Copy link
Contributor

This PR replaces the deprecated DefaultKubernetesClient with a Builder-based approach.
The previous KubernetesClient was renamed to CWSKubernetesClient to not interfere with the KubernetesClient interface from the Fabric8 Kubernetes API.
The CWSKubernetesClient now delegates to a KubernetesClient instead of inheriting from it.

@Lehmann-Fabian Lehmann-Fabian merged commit d38c179 into CommonWorkflowScheduler:master May 10, 2024
3 checks passed
@ftschirpke ftschirpke deleted the replace_default_kubernetes_client branch May 10, 2024 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants