MCPcopy Create free account
hub / github.com/weaveworks/scope / ExecSync

Method ExecSync

cri/runtime/api.pb.go:3752–3752  ·  view source on GitHub ↗

ExecSync runs a command in a container synchronously.

(ctx context.Context, in *ExecSyncRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

3750 ReopenContainerLog(ctx context.Context, in *ReopenContainerLogRequest, opts ...grpc.CallOption) (*ReopenContainerLogResponse, error)
3751 // ExecSync runs a command in a container synchronously.
3752 ExecSync(ctx context.Context, in *ExecSyncRequest, opts ...grpc.CallOption) (*ExecSyncResponse, error)
3753 // Exec prepares a streaming endpoint to execute a command in the container.
3754 Exec(ctx context.Context, in *ExecRequest, opts ...grpc.CallOption) (*ExecResponse, error)
3755 // Attach prepares a streaming endpoint to attach to a running container.

Callers 1

Implementers 1

runtimeServiceClientcri/runtime/api.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected