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

Method Exec

cri/runtime/api.pb.go:3913–3920  ·  view source on GitHub ↗
(ctx context.Context, in *ExecRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

3911}
3912
3913func (c *runtimeServiceClient) Exec(ctx context.Context, in *ExecRequest, opts ...grpc.CallOption) (*ExecResponse, error) {
3914 out := new(ExecResponse)
3915 err := grpc.Invoke(ctx, "/runtime.v1alpha2.RuntimeService/Exec", in, out, c.cc, opts...)
3916 if err != nil {
3917 return nil, err
3918 }
3919 return out, nil
3920}
3921
3922func (c *runtimeServiceClient) Attach(ctx context.Context, in *AttachRequest, opts ...grpc.CallOption) (*AttachResponse, error) {
3923 out := new(AttachResponse)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected