(ctx context.Context, in *ExecRequest, opts ...grpc.CallOption)
| 3911 | } |
| 3912 | |
| 3913 | func (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 | |
| 3922 | func (c *runtimeServiceClient) Attach(ctx context.Context, in *AttachRequest, opts ...grpc.CallOption) (*AttachResponse, error) { |
| 3923 | out := new(AttachResponse) |
nothing calls this directly
no outgoing calls
no test coverage detected