(ctx context.Context, in *ContainerStatusRequest, opts ...grpc.CallOption)
| 3875 | } |
| 3876 | |
| 3877 | func (c *runtimeServiceClient) ContainerStatus(ctx context.Context, in *ContainerStatusRequest, opts ...grpc.CallOption) (*ContainerStatusResponse, error) { |
| 3878 | out := new(ContainerStatusResponse) |
| 3879 | err := grpc.Invoke(ctx, "/runtime.v1alpha2.RuntimeService/ContainerStatus", in, out, c.cc, opts...) |
| 3880 | if err != nil { |
| 3881 | return nil, err |
| 3882 | } |
| 3883 | return out, nil |
| 3884 | } |
| 3885 | |
| 3886 | func (c *runtimeServiceClient) UpdateContainerResources(ctx context.Context, in *UpdateContainerResourcesRequest, opts ...grpc.CallOption) (*UpdateContainerResourcesResponse, error) { |
| 3887 | out := new(UpdateContainerResourcesResponse) |
nothing calls this directly
no outgoing calls
no test coverage detected