You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
lordofthejars
added a commit
to lordofthejars/arquillian-cube
that referenced
this issue
Feb 16, 2018
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.
The text was updated successfully, but these errors were encountered: