Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

[Enhancement] Push all k8s clients into pkg/k8s #4551

Closed
steeling opened this issue Feb 17, 2022 · 1 comment
Closed

[Enhancement] Push all k8s clients into pkg/k8s #4551

steeling opened this issue Feb 17, 2022 · 1 comment
Assignees
Milestone

Comments

@steeling
Copy link
Contributor

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

@steeling
Copy link
Contributor Author

steeling commented Jul 6, 2022

closing in favor of #4863

@steeling steeling closed this as completed Jul 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants