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
Right now the client API organization and implementation is a bit scattershot. Investigation tasks:
Examine organization of client, server, and domain type code for ContainerClient and the services (API, plugin, image, container, network, volume). Some client types are defined by services while others are defined by ContainerClient. The image service target might have the best organization.
Examine where redundant types can be eliminated and common patterns established for configuration-vs-runtime state. Currently, each resource does this differently.
Examine dependencies between ContainerClient and services to see whether there's a more sensible arrangement.
Examine where docc is lacking on the client API surface.
Feature or enhancement request details
Right now the client API organization and implementation is a bit scattershot. Investigation tasks:
Code of Conduct