bottlerocket-os / bottlerocket

An operating system designed for hosting containers
https://bottlerocket.dev
Other
8.65k stars 511 forks source link

ootb: apiclient needs to be model agnostic #3949

Open webern opened 5 months ago

webern commented 5 months ago

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 commented 5 months ago

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.