MCPcopy
hub / github.com/psviderski/uncloud / Client

Interface Client

pkg/client/deploy/deploy.go:19–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type 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.

Callers

nothing calls this directly

Implementers 1

clientinternal/dns/client.go

Calls

no outgoing calls

Tested by

no test coverage detected