| 17 | ) |
| 18 | |
| 19 | type Client interface { |
| 20 | api.ContainerClient |
| 21 | api.DNSClient |
| 22 | api.ImageClient |
| 23 | api.MachineClient |
| 24 | api.ServiceClient |
| 25 | api.VolumeClient |
| 26 | } |
| 27 | |
| 28 | // Deployment manages the process of creating or updating a service to match a desired state. |
| 29 | // It coordinates the validation, planning, and execution of deployment operations. |
nothing calls this directly
no outgoing calls
no test coverage detected