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

Create only once the Kubernetes/OpenShift client #986

Closed
lordofthejars opened this issue Feb 16, 2018 · 0 comments · Fixed by #987
Closed

Create only once the Kubernetes/OpenShift client #986

lordofthejars opened this issue Feb 16, 2018 · 0 comments · Fixed by #987
Assignees
Milestone

Comments

@lordofthejars
Copy link
Member

Issue Overview

Create only once the Kubernetes/OpenShift client because currently DefaultOpenShiftClient is created three times with different configuration options which mean that we are repeating the same code over and over again and also that in each place it is done in a different way so we are not offering a centered experience but some parts of the code behaves differently because of this.

Expected Behaviour

Create only once the OpenShift client and reused everywhere.

Current Behaviour

It is created three times.

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