MCPcopy Create free account
hub / github.com/eth-easl/dirigent / DeleteDeployment

Method DeleteDeployment

api/data_plane_api_server.go:57–59  ·  view source on GitHub ↗
(_ context.Context, name *proto.ServiceInfo)

Source from the content-addressed store, hash-verified

55}
56
57func (api *DpApiServer) DeleteDeployment(_ context.Context, name *proto.ServiceInfo) (*proto.DeploymentUpdateSuccess, error) {
58 return api.dataplane.DeleteDeployment(name)
59}
60
61func (api *DpApiServer) DrainSandbox(_ context.Context, endpoint *proto.DeploymentEndpointPatch) (*proto.DeploymentUpdateSuccess, error) {
62 return api.dataplane.DrainSandbox(endpoint)

Callers

nothing calls this directly

Calls 1

DeleteDeploymentMethod · 0.65

Tested by

no test coverage detected