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

Replace pkg/client/generic with dynamic client from client-go #271

Open
gary-lgy opened this issue Nov 17, 2023 · 1 comment
Open

Replace pkg/client/generic with dynamic client from client-go #271

gary-lgy opened this issue Nov 17, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@gary-lgy
Copy link
Member

pkg/client/generic is legacy we inherited from KubeFed. It is an unnecessary layer of abstraction and has different usage patterns from client-go's dynamic client. We'd like to standardize all clients to those provided by client-go.

@gary-lgy gary-lgy added enhancement New feature or request good first issue Good for newcomers labels Nov 17, 2023
@gary-lgy
Copy link
Member Author

All packages in pkg/client are generated except pkg/client/generic. After pkg/client/generic is removed, we should rename pkg/client to something like pkg/generated to better reflect its status.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant