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

ootb: apiclient needs to be model agnostic #3949

Open
webern opened this issue May 7, 2024 · 1 comment
Open

ootb: apiclient needs to be model agnostic #3949

webern opened this issue May 7, 2024 · 1 comment
Assignees
Labels
area/out-of-tree-builds Related to the efforts of making it easy to create builds outside of the main Bottlerocket repo

Comments

@webern
Copy link
Member

webern commented May 7, 2024

Migrate apiclient to a server client model, to allow the client to be model agnostic

apiclient needs to no longer depend on the models crate. To do this it will rely on responses from apiserver and heuristics on those responses to maintain its current functionality.

@webern webern changed the title Migrate apiclient to a server client model, to allow the client to be model agnostic ootb: apiclient needs to be model agnostic May 7, 2024
@webern webern added the area/out-of-tree-builds Related to the efforts of making it easy to create builds outside of the main Bottlerocket repo label May 7, 2024
@webern
Copy link
Member Author

webern commented May 7, 2024

apiclient needs to no longer depend on the models crate. To do this it will rely on responses from apiserver and heuristics on those responses to maintain its current functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/out-of-tree-builds Related to the efforts of making it easy to create builds outside of the main Bottlerocket repo
Projects
None yet
Development

No branches or pull requests

2 participants