MCPcopy
hub / github.com/containerd/containerd / Kill

Method Kill

core/runtime/v2/bridge.go:43–43  ·  view source on GitHub ↗
(context.Context, *api.KillRequest)

Source from the content-addressed store, hash-verified

41 Resume(context.Context, *api.ResumeRequest) (*emptypb.Empty, error)
42 Checkpoint(context.Context, *api.CheckpointTaskRequest) (*emptypb.Empty, error)
43 Kill(context.Context, *api.KillRequest) (*emptypb.Empty, error)
44 Exec(context.Context, *api.ExecProcessRequest) (*emptypb.Empty, error)
45 ResizePty(context.Context, *api.ResizePtyRequest) (*emptypb.Empty, error)
46 CloseIO(context.Context, *api.CloseIORequest) (*emptypb.Empty, error)

Callers 8

getUsernsFDFunction · 0.65
supportsIDMapFunction · 0.65
CloseMethod · 0.65
CloseMethod · 0.65
KillMethod · 0.65
KillMethod · 0.65
KillMethod · 0.65
KillMethod · 0.65

Implementers 8

ttrpcV2Bridgecore/runtime/v2/bridge.go
grpcV3Bridgecore/runtime/v2/bridge.go
exampleTaskServicecore/runtime/v2/example/example.go
servicecmd/containerd-shim-runc-v2/task/servi
ttrpctaskClientapi/runtime/task/v2/shim_ttrpc.pb.go
taskClientapi/runtime/task/v3/shim_grpc.pb.go
UnimplementedTaskServerapi/runtime/task/v3/shim_grpc.pb.go
ttrpctaskClientapi/runtime/task/v3/shim_ttrpc.pb.go

Calls

no outgoing calls

Tested by 1

supportsIDMapFunction · 0.52