This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
Optimize Kubernetes/OpenShift API access #1342
Labels
cat/techdebt
Technical debt, like missing unit tests or tests
status/never-stale
Pin this issue to get never marked as stale by stale-bot
target/3.5
PR targeted to 3.5
Description
The current way how the API client is created and how the decision is made whether an OpenShift or Kubernetes client should be used in burried mostly in ClusterAccess but also used differently e.g. in WatchMojo or Fabric8ServiceHub. It also looks like that during the detection phase some unnecessary API calls are performed.
Actually, this should be refactored:
See #895 for a first start how the client could be created when the mode is known.
The text was updated successfully, but these errors were encountered: