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
{{ message }}
This repository was archived by the owner on Jul 11, 2023. It is now read-only.
We should push all of these into the pkg/k8s library, and restructure the code to have a single client that interacts with the k8s master. This creates a more intuitive client/server relationship, and keeps all k8s constructs in a single location, which helps decouple OSM from k8s
The text was updated successfully, but these errors were encountered:
Right now there are 5 separate clients for issuing requests to Kubernetes, including:
pkg/smi
pkg/configurator
pkg/policy
pkg/k8s
pkg/config
We should push all of these into the pkg/k8s library, and restructure the code to have a single client that interacts with the k8s master. This creates a more intuitive client/server relationship, and keeps all k8s constructs in a single location, which helps decouple OSM from k8s
The text was updated successfully, but these errors were encountered: