Documentation
¶
Overview ¶
Package mock_client is a generated GoMock package.
Index ¶
- type MockImageServiceClient
- func (m *MockImageServiceClient) EXPECT() *MockImageServiceClientMockRecorder
- func (m *MockImageServiceClient) ImageFsInfo(ctx context.Context, in *v1alpha2.ImageFsInfoRequest, opts ...grpc.CallOption) (*v1alpha2.ImageFsInfoResponse, error)
- func (m *MockImageServiceClient) ImageStatus(ctx context.Context, in *v1alpha2.ImageStatusRequest, opts ...grpc.CallOption) (*v1alpha2.ImageStatusResponse, error)
- func (m *MockImageServiceClient) ListImages(ctx context.Context, in *v1alpha2.ListImagesRequest, opts ...grpc.CallOption) (*v1alpha2.ListImagesResponse, error)
- func (m *MockImageServiceClient) PullImage(ctx context.Context, in *v1alpha2.PullImageRequest, opts ...grpc.CallOption) (*v1alpha2.PullImageResponse, error)
- func (m *MockImageServiceClient) RemoveImage(ctx context.Context, in *v1alpha2.RemoveImageRequest, opts ...grpc.CallOption) (*v1alpha2.RemoveImageResponse, error)
- type MockImageServiceClientMockRecorder
- func (mr *MockImageServiceClientMockRecorder) ImageFsInfo(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockImageServiceClientMockRecorder) ImageStatus(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockImageServiceClientMockRecorder) ListImages(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockImageServiceClientMockRecorder) PullImage(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockImageServiceClientMockRecorder) RemoveImage(ctx, in interface{}, opts ...interface{}) *gomock.Call
- type MockImageServiceServer
- func (m *MockImageServiceServer) EXPECT() *MockImageServiceServerMockRecorder
- func (m *MockImageServiceServer) ImageFsInfo(arg0 context.Context, arg1 *v1alpha2.ImageFsInfoRequest) (*v1alpha2.ImageFsInfoResponse, error)
- func (m *MockImageServiceServer) ImageStatus(arg0 context.Context, arg1 *v1alpha2.ImageStatusRequest) (*v1alpha2.ImageStatusResponse, error)
- func (m *MockImageServiceServer) ListImages(arg0 context.Context, arg1 *v1alpha2.ListImagesRequest) (*v1alpha2.ListImagesResponse, error)
- func (m *MockImageServiceServer) PullImage(arg0 context.Context, arg1 *v1alpha2.PullImageRequest) (*v1alpha2.PullImageResponse, error)
- func (m *MockImageServiceServer) RemoveImage(arg0 context.Context, arg1 *v1alpha2.RemoveImageRequest) (*v1alpha2.RemoveImageResponse, error)
- type MockImageServiceServerMockRecorder
- func (mr *MockImageServiceServerMockRecorder) ImageFsInfo(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockImageServiceServerMockRecorder) ImageStatus(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockImageServiceServerMockRecorder) ListImages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockImageServiceServerMockRecorder) PullImage(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockImageServiceServerMockRecorder) RemoveImage(arg0, arg1 interface{}) *gomock.Call
- type MockRuntimeServiceClient
- func (m *MockRuntimeServiceClient) Attach(ctx context.Context, in *v1alpha2.AttachRequest, opts ...grpc.CallOption) (*v1alpha2.AttachResponse, error)
- func (m *MockRuntimeServiceClient) ContainerStats(ctx context.Context, in *v1alpha2.ContainerStatsRequest, ...) (*v1alpha2.ContainerStatsResponse, error)
- func (m *MockRuntimeServiceClient) ContainerStatus(ctx context.Context, in *v1alpha2.ContainerStatusRequest, ...) (*v1alpha2.ContainerStatusResponse, error)
- func (m *MockRuntimeServiceClient) CreateContainer(ctx context.Context, in *v1alpha2.CreateContainerRequest, ...) (*v1alpha2.CreateContainerResponse, error)
- func (m *MockRuntimeServiceClient) EXPECT() *MockRuntimeServiceClientMockRecorder
- func (m *MockRuntimeServiceClient) Exec(ctx context.Context, in *v1alpha2.ExecRequest, opts ...grpc.CallOption) (*v1alpha2.ExecResponse, error)
- func (m *MockRuntimeServiceClient) ExecSync(ctx context.Context, in *v1alpha2.ExecSyncRequest, opts ...grpc.CallOption) (*v1alpha2.ExecSyncResponse, error)
- func (m *MockRuntimeServiceClient) ListContainerStats(ctx context.Context, in *v1alpha2.ListContainerStatsRequest, ...) (*v1alpha2.ListContainerStatsResponse, error)
- func (m *MockRuntimeServiceClient) ListContainers(ctx context.Context, in *v1alpha2.ListContainersRequest, ...) (*v1alpha2.ListContainersResponse, error)
- func (m *MockRuntimeServiceClient) ListPodSandbox(ctx context.Context, in *v1alpha2.ListPodSandboxRequest, ...) (*v1alpha2.ListPodSandboxResponse, error)
- func (m *MockRuntimeServiceClient) PodSandboxStatus(ctx context.Context, in *v1alpha2.PodSandboxStatusRequest, ...) (*v1alpha2.PodSandboxStatusResponse, error)
- func (m *MockRuntimeServiceClient) PortForward(ctx context.Context, in *v1alpha2.PortForwardRequest, opts ...grpc.CallOption) (*v1alpha2.PortForwardResponse, error)
- func (m *MockRuntimeServiceClient) RemoveContainer(ctx context.Context, in *v1alpha2.RemoveContainerRequest, ...) (*v1alpha2.RemoveContainerResponse, error)
- func (m *MockRuntimeServiceClient) RemovePodSandbox(ctx context.Context, in *v1alpha2.RemovePodSandboxRequest, ...) (*v1alpha2.RemovePodSandboxResponse, error)
- func (m *MockRuntimeServiceClient) ReopenContainerLog(ctx context.Context, in *v1alpha2.ReopenContainerLogRequest, ...) (*v1alpha2.ReopenContainerLogResponse, error)
- func (m *MockRuntimeServiceClient) RunPodSandbox(ctx context.Context, in *v1alpha2.RunPodSandboxRequest, ...) (*v1alpha2.RunPodSandboxResponse, error)
- func (m *MockRuntimeServiceClient) StartContainer(ctx context.Context, in *v1alpha2.StartContainerRequest, ...) (*v1alpha2.StartContainerResponse, error)
- func (m *MockRuntimeServiceClient) Status(ctx context.Context, in *v1alpha2.StatusRequest, opts ...grpc.CallOption) (*v1alpha2.StatusResponse, error)
- func (m *MockRuntimeServiceClient) StopContainer(ctx context.Context, in *v1alpha2.StopContainerRequest, ...) (*v1alpha2.StopContainerResponse, error)
- func (m *MockRuntimeServiceClient) StopPodSandbox(ctx context.Context, in *v1alpha2.StopPodSandboxRequest, ...) (*v1alpha2.StopPodSandboxResponse, error)
- func (m *MockRuntimeServiceClient) UpdateContainerResources(ctx context.Context, in *v1alpha2.UpdateContainerResourcesRequest, ...) (*v1alpha2.UpdateContainerResourcesResponse, error)
- func (m *MockRuntimeServiceClient) UpdateRuntimeConfig(ctx context.Context, in *v1alpha2.UpdateRuntimeConfigRequest, ...) (*v1alpha2.UpdateRuntimeConfigResponse, error)
- func (m *MockRuntimeServiceClient) Version(ctx context.Context, in *v1alpha2.VersionRequest, opts ...grpc.CallOption) (*v1alpha2.VersionResponse, error)
- type MockRuntimeServiceClientMockRecorder
- func (mr *MockRuntimeServiceClientMockRecorder) Attach(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) ContainerStats(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) ContainerStatus(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) CreateContainer(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) Exec(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) ExecSync(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) ListContainerStats(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) ListContainers(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) ListPodSandbox(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) PodSandboxStatus(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) PortForward(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) RemoveContainer(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) RemovePodSandbox(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) ReopenContainerLog(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) RunPodSandbox(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) StartContainer(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) Status(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) StopContainer(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) StopPodSandbox(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) UpdateContainerResources(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) UpdateRuntimeConfig(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) Version(ctx, in interface{}, opts ...interface{}) *gomock.Call
- type MockRuntimeServiceServer
- func (m *MockRuntimeServiceServer) Attach(arg0 context.Context, arg1 *v1alpha2.AttachRequest) (*v1alpha2.AttachResponse, error)
- func (m *MockRuntimeServiceServer) ContainerStats(arg0 context.Context, arg1 *v1alpha2.ContainerStatsRequest) (*v1alpha2.ContainerStatsResponse, error)
- func (m *MockRuntimeServiceServer) ContainerStatus(arg0 context.Context, arg1 *v1alpha2.ContainerStatusRequest) (*v1alpha2.ContainerStatusResponse, error)
- func (m *MockRuntimeServiceServer) CreateContainer(arg0 context.Context, arg1 *v1alpha2.CreateContainerRequest) (*v1alpha2.CreateContainerResponse, error)
- func (m *MockRuntimeServiceServer) EXPECT() *MockRuntimeServiceServerMockRecorder
- func (m *MockRuntimeServiceServer) Exec(arg0 context.Context, arg1 *v1alpha2.ExecRequest) (*v1alpha2.ExecResponse, error)
- func (m *MockRuntimeServiceServer) ExecSync(arg0 context.Context, arg1 *v1alpha2.ExecSyncRequest) (*v1alpha2.ExecSyncResponse, error)
- func (m *MockRuntimeServiceServer) ListContainerStats(arg0 context.Context, arg1 *v1alpha2.ListContainerStatsRequest) (*v1alpha2.ListContainerStatsResponse, error)
- func (m *MockRuntimeServiceServer) ListContainers(arg0 context.Context, arg1 *v1alpha2.ListContainersRequest) (*v1alpha2.ListContainersResponse, error)
- func (m *MockRuntimeServiceServer) ListPodSandbox(arg0 context.Context, arg1 *v1alpha2.ListPodSandboxRequest) (*v1alpha2.ListPodSandboxResponse, error)
- func (m *MockRuntimeServiceServer) PodSandboxStatus(arg0 context.Context, arg1 *v1alpha2.PodSandboxStatusRequest) (*v1alpha2.PodSandboxStatusResponse, error)
- func (m *MockRuntimeServiceServer) PortForward(arg0 context.Context, arg1 *v1alpha2.PortForwardRequest) (*v1alpha2.PortForwardResponse, error)
- func (m *MockRuntimeServiceServer) RemoveContainer(arg0 context.Context, arg1 *v1alpha2.RemoveContainerRequest) (*v1alpha2.RemoveContainerResponse, error)
- func (m *MockRuntimeServiceServer) RemovePodSandbox(arg0 context.Context, arg1 *v1alpha2.RemovePodSandboxRequest) (*v1alpha2.RemovePodSandboxResponse, error)
- func (m *MockRuntimeServiceServer) ReopenContainerLog(arg0 context.Context, arg1 *v1alpha2.ReopenContainerLogRequest) (*v1alpha2.ReopenContainerLogResponse, error)
- func (m *MockRuntimeServiceServer) RunPodSandbox(arg0 context.Context, arg1 *v1alpha2.RunPodSandboxRequest) (*v1alpha2.RunPodSandboxResponse, error)
- func (m *MockRuntimeServiceServer) StartContainer(arg0 context.Context, arg1 *v1alpha2.StartContainerRequest) (*v1alpha2.StartContainerResponse, error)
- func (m *MockRuntimeServiceServer) Status(arg0 context.Context, arg1 *v1alpha2.StatusRequest) (*v1alpha2.StatusResponse, error)
- func (m *MockRuntimeServiceServer) StopContainer(arg0 context.Context, arg1 *v1alpha2.StopContainerRequest) (*v1alpha2.StopContainerResponse, error)
- func (m *MockRuntimeServiceServer) StopPodSandbox(arg0 context.Context, arg1 *v1alpha2.StopPodSandboxRequest) (*v1alpha2.StopPodSandboxResponse, error)
- func (m *MockRuntimeServiceServer) UpdateContainerResources(arg0 context.Context, arg1 *v1alpha2.UpdateContainerResourcesRequest) (*v1alpha2.UpdateContainerResourcesResponse, error)
- func (m *MockRuntimeServiceServer) UpdateRuntimeConfig(arg0 context.Context, arg1 *v1alpha2.UpdateRuntimeConfigRequest) (*v1alpha2.UpdateRuntimeConfigResponse, error)
- func (m *MockRuntimeServiceServer) Version(arg0 context.Context, arg1 *v1alpha2.VersionRequest) (*v1alpha2.VersionResponse, error)
- type MockRuntimeServiceServerMockRecorder
- func (mr *MockRuntimeServiceServerMockRecorder) Attach(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServiceServerMockRecorder) ContainerStats(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServiceServerMockRecorder) ContainerStatus(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServiceServerMockRecorder) CreateContainer(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServiceServerMockRecorder) Exec(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServiceServerMockRecorder) ExecSync(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServiceServerMockRecorder) ListContainerStats(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServiceServerMockRecorder) ListContainers(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServiceServerMockRecorder) ListPodSandbox(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServiceServerMockRecorder) PodSandboxStatus(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServiceServerMockRecorder) PortForward(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServiceServerMockRecorder) RemoveContainer(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServiceServerMockRecorder) RemovePodSandbox(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServiceServerMockRecorder) ReopenContainerLog(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServiceServerMockRecorder) RunPodSandbox(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServiceServerMockRecorder) StartContainer(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServiceServerMockRecorder) Status(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServiceServerMockRecorder) StopContainer(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServiceServerMockRecorder) StopPodSandbox(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServiceServerMockRecorder) UpdateContainerResources(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServiceServerMockRecorder) UpdateRuntimeConfig(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRuntimeServiceServerMockRecorder) Version(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockImageServiceClient ¶
type MockImageServiceClient struct {
// contains filtered or unexported fields
}
MockImageServiceClient is a mock of ImageServiceClient interface.
func NewMockImageServiceClient ¶
func NewMockImageServiceClient(ctrl *gomock.Controller) *MockImageServiceClient
NewMockImageServiceClient creates a new mock instance.
func (*MockImageServiceClient) EXPECT ¶
func (m *MockImageServiceClient) EXPECT() *MockImageServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockImageServiceClient) ImageFsInfo ¶
func (m *MockImageServiceClient) ImageFsInfo(ctx context.Context, in *v1alpha2.ImageFsInfoRequest, opts ...grpc.CallOption) (*v1alpha2.ImageFsInfoResponse, error)
ImageFsInfo mocks base method.
func (*MockImageServiceClient) ImageStatus ¶
func (m *MockImageServiceClient) ImageStatus(ctx context.Context, in *v1alpha2.ImageStatusRequest, opts ...grpc.CallOption) (*v1alpha2.ImageStatusResponse, error)
ImageStatus mocks base method.
func (*MockImageServiceClient) ListImages ¶
func (m *MockImageServiceClient) ListImages(ctx context.Context, in *v1alpha2.ListImagesRequest, opts ...grpc.CallOption) (*v1alpha2.ListImagesResponse, error)
ListImages mocks base method.
func (*MockImageServiceClient) PullImage ¶
func (m *MockImageServiceClient) PullImage(ctx context.Context, in *v1alpha2.PullImageRequest, opts ...grpc.CallOption) (*v1alpha2.PullImageResponse, error)
PullImage mocks base method.
func (*MockImageServiceClient) RemoveImage ¶
func (m *MockImageServiceClient) RemoveImage(ctx context.Context, in *v1alpha2.RemoveImageRequest, opts ...grpc.CallOption) (*v1alpha2.RemoveImageResponse, error)
RemoveImage mocks base method.
type MockImageServiceClientMockRecorder ¶
type MockImageServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockImageServiceClientMockRecorder is the mock recorder for MockImageServiceClient.
func (*MockImageServiceClientMockRecorder) ImageFsInfo ¶
func (mr *MockImageServiceClientMockRecorder) ImageFsInfo(ctx, in interface{}, opts ...interface{}) *gomock.Call
ImageFsInfo indicates an expected call of ImageFsInfo.
func (*MockImageServiceClientMockRecorder) ImageStatus ¶
func (mr *MockImageServiceClientMockRecorder) ImageStatus(ctx, in interface{}, opts ...interface{}) *gomock.Call
ImageStatus indicates an expected call of ImageStatus.
func (*MockImageServiceClientMockRecorder) ListImages ¶
func (mr *MockImageServiceClientMockRecorder) ListImages(ctx, in interface{}, opts ...interface{}) *gomock.Call
ListImages indicates an expected call of ListImages.
func (*MockImageServiceClientMockRecorder) PullImage ¶
func (mr *MockImageServiceClientMockRecorder) PullImage(ctx, in interface{}, opts ...interface{}) *gomock.Call
PullImage indicates an expected call of PullImage.
func (*MockImageServiceClientMockRecorder) RemoveImage ¶
func (mr *MockImageServiceClientMockRecorder) RemoveImage(ctx, in interface{}, opts ...interface{}) *gomock.Call
RemoveImage indicates an expected call of RemoveImage.
type MockImageServiceServer ¶
type MockImageServiceServer struct {
// contains filtered or unexported fields
}
MockImageServiceServer is a mock of ImageServiceServer interface.
func NewMockImageServiceServer ¶
func NewMockImageServiceServer(ctrl *gomock.Controller) *MockImageServiceServer
NewMockImageServiceServer creates a new mock instance.
func (*MockImageServiceServer) EXPECT ¶
func (m *MockImageServiceServer) EXPECT() *MockImageServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockImageServiceServer) ImageFsInfo ¶
func (m *MockImageServiceServer) ImageFsInfo(arg0 context.Context, arg1 *v1alpha2.ImageFsInfoRequest) (*v1alpha2.ImageFsInfoResponse, error)
ImageFsInfo mocks base method.
func (*MockImageServiceServer) ImageStatus ¶
func (m *MockImageServiceServer) ImageStatus(arg0 context.Context, arg1 *v1alpha2.ImageStatusRequest) (*v1alpha2.ImageStatusResponse, error)
ImageStatus mocks base method.
func (*MockImageServiceServer) ListImages ¶
func (m *MockImageServiceServer) ListImages(arg0 context.Context, arg1 *v1alpha2.ListImagesRequest) (*v1alpha2.ListImagesResponse, error)
ListImages mocks base method.
func (*MockImageServiceServer) PullImage ¶
func (m *MockImageServiceServer) PullImage(arg0 context.Context, arg1 *v1alpha2.PullImageRequest) (*v1alpha2.PullImageResponse, error)
PullImage mocks base method.
func (*MockImageServiceServer) RemoveImage ¶
func (m *MockImageServiceServer) RemoveImage(arg0 context.Context, arg1 *v1alpha2.RemoveImageRequest) (*v1alpha2.RemoveImageResponse, error)
RemoveImage mocks base method.
type MockImageServiceServerMockRecorder ¶
type MockImageServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockImageServiceServerMockRecorder is the mock recorder for MockImageServiceServer.
func (*MockImageServiceServerMockRecorder) ImageFsInfo ¶
func (mr *MockImageServiceServerMockRecorder) ImageFsInfo(arg0, arg1 interface{}) *gomock.Call
ImageFsInfo indicates an expected call of ImageFsInfo.
func (*MockImageServiceServerMockRecorder) ImageStatus ¶
func (mr *MockImageServiceServerMockRecorder) ImageStatus(arg0, arg1 interface{}) *gomock.Call
ImageStatus indicates an expected call of ImageStatus.
func (*MockImageServiceServerMockRecorder) ListImages ¶
func (mr *MockImageServiceServerMockRecorder) ListImages(arg0, arg1 interface{}) *gomock.Call
ListImages indicates an expected call of ListImages.
func (*MockImageServiceServerMockRecorder) PullImage ¶
func (mr *MockImageServiceServerMockRecorder) PullImage(arg0, arg1 interface{}) *gomock.Call
PullImage indicates an expected call of PullImage.
func (*MockImageServiceServerMockRecorder) RemoveImage ¶
func (mr *MockImageServiceServerMockRecorder) RemoveImage(arg0, arg1 interface{}) *gomock.Call
RemoveImage indicates an expected call of RemoveImage.
type MockRuntimeServiceClient ¶
type MockRuntimeServiceClient struct {
// contains filtered or unexported fields
}
MockRuntimeServiceClient is a mock of RuntimeServiceClient interface.
func NewMockRuntimeServiceClient ¶
func NewMockRuntimeServiceClient(ctrl *gomock.Controller) *MockRuntimeServiceClient
NewMockRuntimeServiceClient creates a new mock instance.
func (*MockRuntimeServiceClient) Attach ¶
func (m *MockRuntimeServiceClient) Attach(ctx context.Context, in *v1alpha2.AttachRequest, opts ...grpc.CallOption) (*v1alpha2.AttachResponse, error)
Attach mocks base method.
func (*MockRuntimeServiceClient) ContainerStats ¶
func (m *MockRuntimeServiceClient) ContainerStats(ctx context.Context, in *v1alpha2.ContainerStatsRequest, opts ...grpc.CallOption) (*v1alpha2.ContainerStatsResponse, error)
ContainerStats mocks base method.
func (*MockRuntimeServiceClient) ContainerStatus ¶
func (m *MockRuntimeServiceClient) ContainerStatus(ctx context.Context, in *v1alpha2.ContainerStatusRequest, opts ...grpc.CallOption) (*v1alpha2.ContainerStatusResponse, error)
ContainerStatus mocks base method.
func (*MockRuntimeServiceClient) CreateContainer ¶
func (m *MockRuntimeServiceClient) CreateContainer(ctx context.Context, in *v1alpha2.CreateContainerRequest, opts ...grpc.CallOption) (*v1alpha2.CreateContainerResponse, error)
CreateContainer mocks base method.
func (*MockRuntimeServiceClient) EXPECT ¶
func (m *MockRuntimeServiceClient) EXPECT() *MockRuntimeServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRuntimeServiceClient) Exec ¶
func (m *MockRuntimeServiceClient) Exec(ctx context.Context, in *v1alpha2.ExecRequest, opts ...grpc.CallOption) (*v1alpha2.ExecResponse, error)
Exec mocks base method.
func (*MockRuntimeServiceClient) ExecSync ¶
func (m *MockRuntimeServiceClient) ExecSync(ctx context.Context, in *v1alpha2.ExecSyncRequest, opts ...grpc.CallOption) (*v1alpha2.ExecSyncResponse, error)
ExecSync mocks base method.
func (*MockRuntimeServiceClient) ListContainerStats ¶
func (m *MockRuntimeServiceClient) ListContainerStats(ctx context.Context, in *v1alpha2.ListContainerStatsRequest, opts ...grpc.CallOption) (*v1alpha2.ListContainerStatsResponse, error)
ListContainerStats mocks base method.
func (*MockRuntimeServiceClient) ListContainers ¶
func (m *MockRuntimeServiceClient) ListContainers(ctx context.Context, in *v1alpha2.ListContainersRequest, opts ...grpc.CallOption) (*v1alpha2.ListContainersResponse, error)
ListContainers mocks base method.
func (*MockRuntimeServiceClient) ListPodSandbox ¶
func (m *MockRuntimeServiceClient) ListPodSandbox(ctx context.Context, in *v1alpha2.ListPodSandboxRequest, opts ...grpc.CallOption) (*v1alpha2.ListPodSandboxResponse, error)
ListPodSandbox mocks base method.
func (*MockRuntimeServiceClient) PodSandboxStatus ¶
func (m *MockRuntimeServiceClient) PodSandboxStatus(ctx context.Context, in *v1alpha2.PodSandboxStatusRequest, opts ...grpc.CallOption) (*v1alpha2.PodSandboxStatusResponse, error)
PodSandboxStatus mocks base method.
func (*MockRuntimeServiceClient) PortForward ¶
func (m *MockRuntimeServiceClient) PortForward(ctx context.Context, in *v1alpha2.PortForwardRequest, opts ...grpc.CallOption) (*v1alpha2.PortForwardResponse, error)
PortForward mocks base method.
func (*MockRuntimeServiceClient) RemoveContainer ¶
func (m *MockRuntimeServiceClient) RemoveContainer(ctx context.Context, in *v1alpha2.RemoveContainerRequest, opts ...grpc.CallOption) (*v1alpha2.RemoveContainerResponse, error)
RemoveContainer mocks base method.
func (*MockRuntimeServiceClient) RemovePodSandbox ¶
func (m *MockRuntimeServiceClient) RemovePodSandbox(ctx context.Context, in *v1alpha2.RemovePodSandboxRequest, opts ...grpc.CallOption) (*v1alpha2.RemovePodSandboxResponse, error)
RemovePodSandbox mocks base method.
func (*MockRuntimeServiceClient) ReopenContainerLog ¶
func (m *MockRuntimeServiceClient) ReopenContainerLog(ctx context.Context, in *v1alpha2.ReopenContainerLogRequest, opts ...grpc.CallOption) (*v1alpha2.ReopenContainerLogResponse, error)
ReopenContainerLog mocks base method.
func (*MockRuntimeServiceClient) RunPodSandbox ¶
func (m *MockRuntimeServiceClient) RunPodSandbox(ctx context.Context, in *v1alpha2.RunPodSandboxRequest, opts ...grpc.CallOption) (*v1alpha2.RunPodSandboxResponse, error)
RunPodSandbox mocks base method.
func (*MockRuntimeServiceClient) StartContainer ¶
func (m *MockRuntimeServiceClient) StartContainer(ctx context.Context, in *v1alpha2.StartContainerRequest, opts ...grpc.CallOption) (*v1alpha2.StartContainerResponse, error)
StartContainer mocks base method.
func (*MockRuntimeServiceClient) Status ¶
func (m *MockRuntimeServiceClient) Status(ctx context.Context, in *v1alpha2.StatusRequest, opts ...grpc.CallOption) (*v1alpha2.StatusResponse, error)
Status mocks base method.
func (*MockRuntimeServiceClient) StopContainer ¶
func (m *MockRuntimeServiceClient) StopContainer(ctx context.Context, in *v1alpha2.StopContainerRequest, opts ...grpc.CallOption) (*v1alpha2.StopContainerResponse, error)
StopContainer mocks base method.
func (*MockRuntimeServiceClient) StopPodSandbox ¶
func (m *MockRuntimeServiceClient) StopPodSandbox(ctx context.Context, in *v1alpha2.StopPodSandboxRequest, opts ...grpc.CallOption) (*v1alpha2.StopPodSandboxResponse, error)
StopPodSandbox mocks base method.
func (*MockRuntimeServiceClient) UpdateContainerResources ¶
func (m *MockRuntimeServiceClient) UpdateContainerResources(ctx context.Context, in *v1alpha2.UpdateContainerResourcesRequest, opts ...grpc.CallOption) (*v1alpha2.UpdateContainerResourcesResponse, error)
UpdateContainerResources mocks base method.
func (*MockRuntimeServiceClient) UpdateRuntimeConfig ¶
func (m *MockRuntimeServiceClient) UpdateRuntimeConfig(ctx context.Context, in *v1alpha2.UpdateRuntimeConfigRequest, opts ...grpc.CallOption) (*v1alpha2.UpdateRuntimeConfigResponse, error)
UpdateRuntimeConfig mocks base method.
func (*MockRuntimeServiceClient) Version ¶
func (m *MockRuntimeServiceClient) Version(ctx context.Context, in *v1alpha2.VersionRequest, opts ...grpc.CallOption) (*v1alpha2.VersionResponse, error)
Version mocks base method.
type MockRuntimeServiceClientMockRecorder ¶
type MockRuntimeServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockRuntimeServiceClientMockRecorder is the mock recorder for MockRuntimeServiceClient.
func (*MockRuntimeServiceClientMockRecorder) Attach ¶
func (mr *MockRuntimeServiceClientMockRecorder) Attach(ctx, in interface{}, opts ...interface{}) *gomock.Call
Attach indicates an expected call of Attach.
func (*MockRuntimeServiceClientMockRecorder) ContainerStats ¶
func (mr *MockRuntimeServiceClientMockRecorder) ContainerStats(ctx, in interface{}, opts ...interface{}) *gomock.Call
ContainerStats indicates an expected call of ContainerStats.
func (*MockRuntimeServiceClientMockRecorder) ContainerStatus ¶
func (mr *MockRuntimeServiceClientMockRecorder) ContainerStatus(ctx, in interface{}, opts ...interface{}) *gomock.Call
ContainerStatus indicates an expected call of ContainerStatus.
func (*MockRuntimeServiceClientMockRecorder) CreateContainer ¶
func (mr *MockRuntimeServiceClientMockRecorder) CreateContainer(ctx, in interface{}, opts ...interface{}) *gomock.Call
CreateContainer indicates an expected call of CreateContainer.
func (*MockRuntimeServiceClientMockRecorder) Exec ¶
func (mr *MockRuntimeServiceClientMockRecorder) Exec(ctx, in interface{}, opts ...interface{}) *gomock.Call
Exec indicates an expected call of Exec.
func (*MockRuntimeServiceClientMockRecorder) ExecSync ¶
func (mr *MockRuntimeServiceClientMockRecorder) ExecSync(ctx, in interface{}, opts ...interface{}) *gomock.Call
ExecSync indicates an expected call of ExecSync.
func (*MockRuntimeServiceClientMockRecorder) ListContainerStats ¶
func (mr *MockRuntimeServiceClientMockRecorder) ListContainerStats(ctx, in interface{}, opts ...interface{}) *gomock.Call
ListContainerStats indicates an expected call of ListContainerStats.
func (*MockRuntimeServiceClientMockRecorder) ListContainers ¶
func (mr *MockRuntimeServiceClientMockRecorder) ListContainers(ctx, in interface{}, opts ...interface{}) *gomock.Call
ListContainers indicates an expected call of ListContainers.
func (*MockRuntimeServiceClientMockRecorder) ListPodSandbox ¶
func (mr *MockRuntimeServiceClientMockRecorder) ListPodSandbox(ctx, in interface{}, opts ...interface{}) *gomock.Call
ListPodSandbox indicates an expected call of ListPodSandbox.
func (*MockRuntimeServiceClientMockRecorder) PodSandboxStatus ¶
func (mr *MockRuntimeServiceClientMockRecorder) PodSandboxStatus(ctx, in interface{}, opts ...interface{}) *gomock.Call
PodSandboxStatus indicates an expected call of PodSandboxStatus.
func (*MockRuntimeServiceClientMockRecorder) PortForward ¶
func (mr *MockRuntimeServiceClientMockRecorder) PortForward(ctx, in interface{}, opts ...interface{}) *gomock.Call
PortForward indicates an expected call of PortForward.
func (*MockRuntimeServiceClientMockRecorder) RemoveContainer ¶
func (mr *MockRuntimeServiceClientMockRecorder) RemoveContainer(ctx, in interface{}, opts ...interface{}) *gomock.Call
RemoveContainer indicates an expected call of RemoveContainer.
func (*MockRuntimeServiceClientMockRecorder) RemovePodSandbox ¶
func (mr *MockRuntimeServiceClientMockRecorder) RemovePodSandbox(ctx, in interface{}, opts ...interface{}) *gomock.Call
RemovePodSandbox indicates an expected call of RemovePodSandbox.
func (*MockRuntimeServiceClientMockRecorder) ReopenContainerLog ¶
func (mr *MockRuntimeServiceClientMockRecorder) ReopenContainerLog(ctx, in interface{}, opts ...interface{}) *gomock.Call
ReopenContainerLog indicates an expected call of ReopenContainerLog.
func (*MockRuntimeServiceClientMockRecorder) RunPodSandbox ¶
func (mr *MockRuntimeServiceClientMockRecorder) RunPodSandbox(ctx, in interface{}, opts ...interface{}) *gomock.Call
RunPodSandbox indicates an expected call of RunPodSandbox.
func (*MockRuntimeServiceClientMockRecorder) StartContainer ¶
func (mr *MockRuntimeServiceClientMockRecorder) StartContainer(ctx, in interface{}, opts ...interface{}) *gomock.Call
StartContainer indicates an expected call of StartContainer.
func (*MockRuntimeServiceClientMockRecorder) Status ¶
func (mr *MockRuntimeServiceClientMockRecorder) Status(ctx, in interface{}, opts ...interface{}) *gomock.Call
Status indicates an expected call of Status.
func (*MockRuntimeServiceClientMockRecorder) StopContainer ¶
func (mr *MockRuntimeServiceClientMockRecorder) StopContainer(ctx, in interface{}, opts ...interface{}) *gomock.Call
StopContainer indicates an expected call of StopContainer.
func (*MockRuntimeServiceClientMockRecorder) StopPodSandbox ¶
func (mr *MockRuntimeServiceClientMockRecorder) StopPodSandbox(ctx, in interface{}, opts ...interface{}) *gomock.Call
StopPodSandbox indicates an expected call of StopPodSandbox.
func (*MockRuntimeServiceClientMockRecorder) UpdateContainerResources ¶
func (mr *MockRuntimeServiceClientMockRecorder) UpdateContainerResources(ctx, in interface{}, opts ...interface{}) *gomock.Call
UpdateContainerResources indicates an expected call of UpdateContainerResources.
func (*MockRuntimeServiceClientMockRecorder) UpdateRuntimeConfig ¶
func (mr *MockRuntimeServiceClientMockRecorder) UpdateRuntimeConfig(ctx, in interface{}, opts ...interface{}) *gomock.Call
UpdateRuntimeConfig indicates an expected call of UpdateRuntimeConfig.
func (*MockRuntimeServiceClientMockRecorder) Version ¶
func (mr *MockRuntimeServiceClientMockRecorder) Version(ctx, in interface{}, opts ...interface{}) *gomock.Call
Version indicates an expected call of Version.
type MockRuntimeServiceServer ¶
type MockRuntimeServiceServer struct {
// contains filtered or unexported fields
}
MockRuntimeServiceServer is a mock of RuntimeServiceServer interface.
func NewMockRuntimeServiceServer ¶
func NewMockRuntimeServiceServer(ctrl *gomock.Controller) *MockRuntimeServiceServer
NewMockRuntimeServiceServer creates a new mock instance.
func (*MockRuntimeServiceServer) Attach ¶
func (m *MockRuntimeServiceServer) Attach(arg0 context.Context, arg1 *v1alpha2.AttachRequest) (*v1alpha2.AttachResponse, error)
Attach mocks base method.
func (*MockRuntimeServiceServer) ContainerStats ¶
func (m *MockRuntimeServiceServer) ContainerStats(arg0 context.Context, arg1 *v1alpha2.ContainerStatsRequest) (*v1alpha2.ContainerStatsResponse, error)
ContainerStats mocks base method.
func (*MockRuntimeServiceServer) ContainerStatus ¶
func (m *MockRuntimeServiceServer) ContainerStatus(arg0 context.Context, arg1 *v1alpha2.ContainerStatusRequest) (*v1alpha2.ContainerStatusResponse, error)
ContainerStatus mocks base method.
func (*MockRuntimeServiceServer) CreateContainer ¶
func (m *MockRuntimeServiceServer) CreateContainer(arg0 context.Context, arg1 *v1alpha2.CreateContainerRequest) (*v1alpha2.CreateContainerResponse, error)
CreateContainer mocks base method.
func (*MockRuntimeServiceServer) EXPECT ¶
func (m *MockRuntimeServiceServer) EXPECT() *MockRuntimeServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRuntimeServiceServer) Exec ¶
func (m *MockRuntimeServiceServer) Exec(arg0 context.Context, arg1 *v1alpha2.ExecRequest) (*v1alpha2.ExecResponse, error)
Exec mocks base method.
func (*MockRuntimeServiceServer) ExecSync ¶
func (m *MockRuntimeServiceServer) ExecSync(arg0 context.Context, arg1 *v1alpha2.ExecSyncRequest) (*v1alpha2.ExecSyncResponse, error)
ExecSync mocks base method.
func (*MockRuntimeServiceServer) ListContainerStats ¶
func (m *MockRuntimeServiceServer) ListContainerStats(arg0 context.Context, arg1 *v1alpha2.ListContainerStatsRequest) (*v1alpha2.ListContainerStatsResponse, error)
ListContainerStats mocks base method.
func (*MockRuntimeServiceServer) ListContainers ¶
func (m *MockRuntimeServiceServer) ListContainers(arg0 context.Context, arg1 *v1alpha2.ListContainersRequest) (*v1alpha2.ListContainersResponse, error)
ListContainers mocks base method.
func (*MockRuntimeServiceServer) ListPodSandbox ¶
func (m *MockRuntimeServiceServer) ListPodSandbox(arg0 context.Context, arg1 *v1alpha2.ListPodSandboxRequest) (*v1alpha2.ListPodSandboxResponse, error)
ListPodSandbox mocks base method.
func (*MockRuntimeServiceServer) PodSandboxStatus ¶
func (m *MockRuntimeServiceServer) PodSandboxStatus(arg0 context.Context, arg1 *v1alpha2.PodSandboxStatusRequest) (*v1alpha2.PodSandboxStatusResponse, error)
PodSandboxStatus mocks base method.
func (*MockRuntimeServiceServer) PortForward ¶
func (m *MockRuntimeServiceServer) PortForward(arg0 context.Context, arg1 *v1alpha2.PortForwardRequest) (*v1alpha2.PortForwardResponse, error)
PortForward mocks base method.
func (*MockRuntimeServiceServer) RemoveContainer ¶
func (m *MockRuntimeServiceServer) RemoveContainer(arg0 context.Context, arg1 *v1alpha2.RemoveContainerRequest) (*v1alpha2.RemoveContainerResponse, error)
RemoveContainer mocks base method.
func (*MockRuntimeServiceServer) RemovePodSandbox ¶
func (m *MockRuntimeServiceServer) RemovePodSandbox(arg0 context.Context, arg1 *v1alpha2.RemovePodSandboxRequest) (*v1alpha2.RemovePodSandboxResponse, error)
RemovePodSandbox mocks base method.
func (*MockRuntimeServiceServer) ReopenContainerLog ¶
func (m *MockRuntimeServiceServer) ReopenContainerLog(arg0 context.Context, arg1 *v1alpha2.ReopenContainerLogRequest) (*v1alpha2.ReopenContainerLogResponse, error)
ReopenContainerLog mocks base method.
func (*MockRuntimeServiceServer) RunPodSandbox ¶
func (m *MockRuntimeServiceServer) RunPodSandbox(arg0 context.Context, arg1 *v1alpha2.RunPodSandboxRequest) (*v1alpha2.RunPodSandboxResponse, error)
RunPodSandbox mocks base method.
func (*MockRuntimeServiceServer) StartContainer ¶
func (m *MockRuntimeServiceServer) StartContainer(arg0 context.Context, arg1 *v1alpha2.StartContainerRequest) (*v1alpha2.StartContainerResponse, error)
StartContainer mocks base method.
func (*MockRuntimeServiceServer) Status ¶
func (m *MockRuntimeServiceServer) Status(arg0 context.Context, arg1 *v1alpha2.StatusRequest) (*v1alpha2.StatusResponse, error)
Status mocks base method.
func (*MockRuntimeServiceServer) StopContainer ¶
func (m *MockRuntimeServiceServer) StopContainer(arg0 context.Context, arg1 *v1alpha2.StopContainerRequest) (*v1alpha2.StopContainerResponse, error)
StopContainer mocks base method.
func (*MockRuntimeServiceServer) StopPodSandbox ¶
func (m *MockRuntimeServiceServer) StopPodSandbox(arg0 context.Context, arg1 *v1alpha2.StopPodSandboxRequest) (*v1alpha2.StopPodSandboxResponse, error)
StopPodSandbox mocks base method.
func (*MockRuntimeServiceServer) UpdateContainerResources ¶
func (m *MockRuntimeServiceServer) UpdateContainerResources(arg0 context.Context, arg1 *v1alpha2.UpdateContainerResourcesRequest) (*v1alpha2.UpdateContainerResourcesResponse, error)
UpdateContainerResources mocks base method.
func (*MockRuntimeServiceServer) UpdateRuntimeConfig ¶
func (m *MockRuntimeServiceServer) UpdateRuntimeConfig(arg0 context.Context, arg1 *v1alpha2.UpdateRuntimeConfigRequest) (*v1alpha2.UpdateRuntimeConfigResponse, error)
UpdateRuntimeConfig mocks base method.
func (*MockRuntimeServiceServer) Version ¶
func (m *MockRuntimeServiceServer) Version(arg0 context.Context, arg1 *v1alpha2.VersionRequest) (*v1alpha2.VersionResponse, error)
Version mocks base method.
type MockRuntimeServiceServerMockRecorder ¶
type MockRuntimeServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockRuntimeServiceServerMockRecorder is the mock recorder for MockRuntimeServiceServer.
func (*MockRuntimeServiceServerMockRecorder) Attach ¶
func (mr *MockRuntimeServiceServerMockRecorder) Attach(arg0, arg1 interface{}) *gomock.Call
Attach indicates an expected call of Attach.
func (*MockRuntimeServiceServerMockRecorder) ContainerStats ¶
func (mr *MockRuntimeServiceServerMockRecorder) ContainerStats(arg0, arg1 interface{}) *gomock.Call
ContainerStats indicates an expected call of ContainerStats.
func (*MockRuntimeServiceServerMockRecorder) ContainerStatus ¶
func (mr *MockRuntimeServiceServerMockRecorder) ContainerStatus(arg0, arg1 interface{}) *gomock.Call
ContainerStatus indicates an expected call of ContainerStatus.
func (*MockRuntimeServiceServerMockRecorder) CreateContainer ¶
func (mr *MockRuntimeServiceServerMockRecorder) CreateContainer(arg0, arg1 interface{}) *gomock.Call
CreateContainer indicates an expected call of CreateContainer.
func (*MockRuntimeServiceServerMockRecorder) Exec ¶
func (mr *MockRuntimeServiceServerMockRecorder) Exec(arg0, arg1 interface{}) *gomock.Call
Exec indicates an expected call of Exec.
func (*MockRuntimeServiceServerMockRecorder) ExecSync ¶
func (mr *MockRuntimeServiceServerMockRecorder) ExecSync(arg0, arg1 interface{}) *gomock.Call
ExecSync indicates an expected call of ExecSync.
func (*MockRuntimeServiceServerMockRecorder) ListContainerStats ¶
func (mr *MockRuntimeServiceServerMockRecorder) ListContainerStats(arg0, arg1 interface{}) *gomock.Call
ListContainerStats indicates an expected call of ListContainerStats.
func (*MockRuntimeServiceServerMockRecorder) ListContainers ¶
func (mr *MockRuntimeServiceServerMockRecorder) ListContainers(arg0, arg1 interface{}) *gomock.Call
ListContainers indicates an expected call of ListContainers.
func (*MockRuntimeServiceServerMockRecorder) ListPodSandbox ¶
func (mr *MockRuntimeServiceServerMockRecorder) ListPodSandbox(arg0, arg1 interface{}) *gomock.Call
ListPodSandbox indicates an expected call of ListPodSandbox.
func (*MockRuntimeServiceServerMockRecorder) PodSandboxStatus ¶
func (mr *MockRuntimeServiceServerMockRecorder) PodSandboxStatus(arg0, arg1 interface{}) *gomock.Call
PodSandboxStatus indicates an expected call of PodSandboxStatus.
func (*MockRuntimeServiceServerMockRecorder) PortForward ¶
func (mr *MockRuntimeServiceServerMockRecorder) PortForward(arg0, arg1 interface{}) *gomock.Call
PortForward indicates an expected call of PortForward.
func (*MockRuntimeServiceServerMockRecorder) RemoveContainer ¶
func (mr *MockRuntimeServiceServerMockRecorder) RemoveContainer(arg0, arg1 interface{}) *gomock.Call
RemoveContainer indicates an expected call of RemoveContainer.
func (*MockRuntimeServiceServerMockRecorder) RemovePodSandbox ¶
func (mr *MockRuntimeServiceServerMockRecorder) RemovePodSandbox(arg0, arg1 interface{}) *gomock.Call
RemovePodSandbox indicates an expected call of RemovePodSandbox.
func (*MockRuntimeServiceServerMockRecorder) ReopenContainerLog ¶
func (mr *MockRuntimeServiceServerMockRecorder) ReopenContainerLog(arg0, arg1 interface{}) *gomock.Call
ReopenContainerLog indicates an expected call of ReopenContainerLog.
func (*MockRuntimeServiceServerMockRecorder) RunPodSandbox ¶
func (mr *MockRuntimeServiceServerMockRecorder) RunPodSandbox(arg0, arg1 interface{}) *gomock.Call
RunPodSandbox indicates an expected call of RunPodSandbox.
func (*MockRuntimeServiceServerMockRecorder) StartContainer ¶
func (mr *MockRuntimeServiceServerMockRecorder) StartContainer(arg0, arg1 interface{}) *gomock.Call
StartContainer indicates an expected call of StartContainer.
func (*MockRuntimeServiceServerMockRecorder) Status ¶
func (mr *MockRuntimeServiceServerMockRecorder) Status(arg0, arg1 interface{}) *gomock.Call
Status indicates an expected call of Status.
func (*MockRuntimeServiceServerMockRecorder) StopContainer ¶
func (mr *MockRuntimeServiceServerMockRecorder) StopContainer(arg0, arg1 interface{}) *gomock.Call
StopContainer indicates an expected call of StopContainer.
func (*MockRuntimeServiceServerMockRecorder) StopPodSandbox ¶
func (mr *MockRuntimeServiceServerMockRecorder) StopPodSandbox(arg0, arg1 interface{}) *gomock.Call
StopPodSandbox indicates an expected call of StopPodSandbox.
func (*MockRuntimeServiceServerMockRecorder) UpdateContainerResources ¶
func (mr *MockRuntimeServiceServerMockRecorder) UpdateContainerResources(arg0, arg1 interface{}) *gomock.Call
UpdateContainerResources indicates an expected call of UpdateContainerResources.
func (*MockRuntimeServiceServerMockRecorder) UpdateRuntimeConfig ¶
func (mr *MockRuntimeServiceServerMockRecorder) UpdateRuntimeConfig(arg0, arg1 interface{}) *gomock.Call
UpdateRuntimeConfig indicates an expected call of UpdateRuntimeConfig.
func (*MockRuntimeServiceServerMockRecorder) Version ¶
func (mr *MockRuntimeServiceServerMockRecorder) Version(arg0, arg1 interface{}) *gomock.Call
Version indicates an expected call of Version.