Documentation ¶
Overview ¶
Package mockcri is a generated GoMock package.
Package mockcri is a generated GoMock package.
Index ¶
- type MockExtendedRuntimeService
- func (m *MockExtendedRuntimeService) Attach(arg0 *v1alpha2.AttachRequest) (*v1alpha2.AttachResponse, error)
- func (m *MockExtendedRuntimeService) ContainerStats(arg0 string) (*v1alpha2.ContainerStats, error)
- func (m *MockExtendedRuntimeService) ContainerStatus(arg0 string) (*v1alpha2.ContainerStatus, error)
- func (m *MockExtendedRuntimeService) ContainerStatusVerbose(arg0 string) (*v1alpha2.ContainerStatus, map[string]string, error)
- func (m *MockExtendedRuntimeService) CreateContainer(arg0 string, arg1 *v1alpha2.ContainerConfig, arg2 *v1alpha2.PodSandboxConfig) (string, error)
- func (m *MockExtendedRuntimeService) EXPECT() *MockExtendedRuntimeServiceMockRecorder
- func (m *MockExtendedRuntimeService) Exec(arg0 *v1alpha2.ExecRequest) (*v1alpha2.ExecResponse, error)
- func (m *MockExtendedRuntimeService) ExecSync(arg0 string, arg1 []string, arg2 time.Duration) ([]byte, []byte, error)
- func (m *MockExtendedRuntimeService) ListContainerStats(arg0 *v1alpha2.ContainerStatsFilter) ([]*v1alpha2.ContainerStats, error)
- func (m *MockExtendedRuntimeService) ListContainers(arg0 *v1alpha2.ContainerFilter) ([]*v1alpha2.Container, error)
- func (m *MockExtendedRuntimeService) ListPodSandbox(arg0 *v1alpha2.PodSandboxFilter) ([]*v1alpha2.PodSandbox, error)
- func (m *MockExtendedRuntimeService) PodSandboxStatus(arg0 string) (*v1alpha2.PodSandboxStatus, error)
- func (m *MockExtendedRuntimeService) PodSandboxStatusVerbose(arg0 string) (*v1alpha2.PodSandboxStatus, map[string]string, error)
- func (m *MockExtendedRuntimeService) PortForward(arg0 *v1alpha2.PortForwardRequest) (*v1alpha2.PortForwardResponse, error)
- func (m *MockExtendedRuntimeService) RemoveContainer(arg0 string) error
- func (m *MockExtendedRuntimeService) RemovePodSandbox(arg0 string) error
- func (m *MockExtendedRuntimeService) ReopenContainerLog(arg0 string) error
- func (m *MockExtendedRuntimeService) RunPodSandbox(arg0 *v1alpha2.PodSandboxConfig, arg1 string) (string, error)
- func (m *MockExtendedRuntimeService) StartContainer(arg0 string) error
- func (m *MockExtendedRuntimeService) Status() (*v1alpha2.RuntimeStatus, error)
- func (m *MockExtendedRuntimeService) StatusVerbose() (*v1alpha2.RuntimeStatus, map[string]string, error)
- func (m *MockExtendedRuntimeService) StopContainer(arg0 string, arg1 int64) error
- func (m *MockExtendedRuntimeService) StopPodSandbox(arg0 string) error
- func (m *MockExtendedRuntimeService) UpdateContainerResources(arg0 string, arg1 *v1alpha2.LinuxContainerResources) error
- func (m *MockExtendedRuntimeService) UpdateRuntimeConfig(arg0 *v1alpha2.RuntimeConfig) error
- func (m *MockExtendedRuntimeService) Version(arg0 string) (*v1alpha2.VersionResponse, error)
- type MockExtendedRuntimeServiceMockRecorder
- func (mr *MockExtendedRuntimeServiceMockRecorder) Attach(arg0 interface{}) *gomock.Call
- func (mr *MockExtendedRuntimeServiceMockRecorder) ContainerStats(arg0 interface{}) *gomock.Call
- func (mr *MockExtendedRuntimeServiceMockRecorder) ContainerStatus(arg0 interface{}) *gomock.Call
- func (mr *MockExtendedRuntimeServiceMockRecorder) ContainerStatusVerbose(arg0 interface{}) *gomock.Call
- func (mr *MockExtendedRuntimeServiceMockRecorder) CreateContainer(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockExtendedRuntimeServiceMockRecorder) Exec(arg0 interface{}) *gomock.Call
- func (mr *MockExtendedRuntimeServiceMockRecorder) ExecSync(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockExtendedRuntimeServiceMockRecorder) ListContainerStats(arg0 interface{}) *gomock.Call
- func (mr *MockExtendedRuntimeServiceMockRecorder) ListContainers(arg0 interface{}) *gomock.Call
- func (mr *MockExtendedRuntimeServiceMockRecorder) ListPodSandbox(arg0 interface{}) *gomock.Call
- func (mr *MockExtendedRuntimeServiceMockRecorder) PodSandboxStatus(arg0 interface{}) *gomock.Call
- func (mr *MockExtendedRuntimeServiceMockRecorder) PodSandboxStatusVerbose(arg0 interface{}) *gomock.Call
- func (mr *MockExtendedRuntimeServiceMockRecorder) PortForward(arg0 interface{}) *gomock.Call
- func (mr *MockExtendedRuntimeServiceMockRecorder) RemoveContainer(arg0 interface{}) *gomock.Call
- func (mr *MockExtendedRuntimeServiceMockRecorder) RemovePodSandbox(arg0 interface{}) *gomock.Call
- func (mr *MockExtendedRuntimeServiceMockRecorder) ReopenContainerLog(arg0 interface{}) *gomock.Call
- func (mr *MockExtendedRuntimeServiceMockRecorder) RunPodSandbox(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockExtendedRuntimeServiceMockRecorder) StartContainer(arg0 interface{}) *gomock.Call
- func (mr *MockExtendedRuntimeServiceMockRecorder) Status() *gomock.Call
- func (mr *MockExtendedRuntimeServiceMockRecorder) StatusVerbose() *gomock.Call
- func (mr *MockExtendedRuntimeServiceMockRecorder) StopContainer(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockExtendedRuntimeServiceMockRecorder) StopPodSandbox(arg0 interface{}) *gomock.Call
- func (mr *MockExtendedRuntimeServiceMockRecorder) UpdateContainerResources(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockExtendedRuntimeServiceMockRecorder) UpdateRuntimeConfig(arg0 interface{}) *gomock.Call
- func (mr *MockExtendedRuntimeServiceMockRecorder) Version(arg0 interface{}) *gomock.Call
- type MockRuntimeServiceClient
- func (m *MockRuntimeServiceClient) Attach(arg0 context.Context, arg1 *v1alpha2.AttachRequest, arg2 ...grpc.CallOption) (*v1alpha2.AttachResponse, error)
- func (m *MockRuntimeServiceClient) ContainerStats(arg0 context.Context, arg1 *v1alpha2.ContainerStatsRequest, ...) (*v1alpha2.ContainerStatsResponse, error)
- func (m *MockRuntimeServiceClient) ContainerStatus(arg0 context.Context, arg1 *v1alpha2.ContainerStatusRequest, ...) (*v1alpha2.ContainerStatusResponse, error)
- func (m *MockRuntimeServiceClient) CreateContainer(arg0 context.Context, arg1 *v1alpha2.CreateContainerRequest, ...) (*v1alpha2.CreateContainerResponse, error)
- func (m *MockRuntimeServiceClient) EXPECT() *MockRuntimeServiceClientMockRecorder
- func (m *MockRuntimeServiceClient) Exec(arg0 context.Context, arg1 *v1alpha2.ExecRequest, arg2 ...grpc.CallOption) (*v1alpha2.ExecResponse, error)
- func (m *MockRuntimeServiceClient) ExecSync(arg0 context.Context, arg1 *v1alpha2.ExecSyncRequest, arg2 ...grpc.CallOption) (*v1alpha2.ExecSyncResponse, error)
- func (m *MockRuntimeServiceClient) ListContainerStats(arg0 context.Context, arg1 *v1alpha2.ListContainerStatsRequest, ...) (*v1alpha2.ListContainerStatsResponse, error)
- func (m *MockRuntimeServiceClient) ListContainers(arg0 context.Context, arg1 *v1alpha2.ListContainersRequest, ...) (*v1alpha2.ListContainersResponse, error)
- func (m *MockRuntimeServiceClient) ListPodSandbox(arg0 context.Context, arg1 *v1alpha2.ListPodSandboxRequest, ...) (*v1alpha2.ListPodSandboxResponse, error)
- func (m *MockRuntimeServiceClient) PodSandboxStatus(arg0 context.Context, arg1 *v1alpha2.PodSandboxStatusRequest, ...) (*v1alpha2.PodSandboxStatusResponse, error)
- func (m *MockRuntimeServiceClient) PortForward(arg0 context.Context, arg1 *v1alpha2.PortForwardRequest, ...) (*v1alpha2.PortForwardResponse, error)
- func (m *MockRuntimeServiceClient) RemoveContainer(arg0 context.Context, arg1 *v1alpha2.RemoveContainerRequest, ...) (*v1alpha2.RemoveContainerResponse, error)
- func (m *MockRuntimeServiceClient) RemovePodSandbox(arg0 context.Context, arg1 *v1alpha2.RemovePodSandboxRequest, ...) (*v1alpha2.RemovePodSandboxResponse, error)
- func (m *MockRuntimeServiceClient) ReopenContainerLog(arg0 context.Context, arg1 *v1alpha2.ReopenContainerLogRequest, ...) (*v1alpha2.ReopenContainerLogResponse, error)
- func (m *MockRuntimeServiceClient) RunPodSandbox(arg0 context.Context, arg1 *v1alpha2.RunPodSandboxRequest, ...) (*v1alpha2.RunPodSandboxResponse, error)
- func (m *MockRuntimeServiceClient) StartContainer(arg0 context.Context, arg1 *v1alpha2.StartContainerRequest, ...) (*v1alpha2.StartContainerResponse, error)
- func (m *MockRuntimeServiceClient) Status(arg0 context.Context, arg1 *v1alpha2.StatusRequest, arg2 ...grpc.CallOption) (*v1alpha2.StatusResponse, error)
- func (m *MockRuntimeServiceClient) StopContainer(arg0 context.Context, arg1 *v1alpha2.StopContainerRequest, ...) (*v1alpha2.StopContainerResponse, error)
- func (m *MockRuntimeServiceClient) StopPodSandbox(arg0 context.Context, arg1 *v1alpha2.StopPodSandboxRequest, ...) (*v1alpha2.StopPodSandboxResponse, error)
- func (m *MockRuntimeServiceClient) UpdateContainerResources(arg0 context.Context, arg1 *v1alpha2.UpdateContainerResourcesRequest, ...) (*v1alpha2.UpdateContainerResourcesResponse, error)
- func (m *MockRuntimeServiceClient) UpdateRuntimeConfig(arg0 context.Context, arg1 *v1alpha2.UpdateRuntimeConfigRequest, ...) (*v1alpha2.UpdateRuntimeConfigResponse, error)
- func (m *MockRuntimeServiceClient) Version(arg0 context.Context, arg1 *v1alpha2.VersionRequest, arg2 ...grpc.CallOption) (*v1alpha2.VersionResponse, error)
- type MockRuntimeServiceClientMockRecorder
- func (mr *MockRuntimeServiceClientMockRecorder) Attach(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) ContainerStats(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) ContainerStatus(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) CreateContainer(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) Exec(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) ExecSync(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) ListContainerStats(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) ListContainers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) ListPodSandbox(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) PodSandboxStatus(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) PortForward(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) RemoveContainer(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) RemovePodSandbox(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) ReopenContainerLog(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) RunPodSandbox(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) StartContainer(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) Status(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) StopContainer(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) StopPodSandbox(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) UpdateContainerResources(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) UpdateRuntimeConfig(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRuntimeServiceClientMockRecorder) Version(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockExtendedRuntimeService ¶
type MockExtendedRuntimeService struct {
// contains filtered or unexported fields
}
MockExtendedRuntimeService is a mock of ExtendedRuntimeService interface nolint
func NewMockExtendedRuntimeService ¶
func NewMockExtendedRuntimeService(ctrl *gomock.Controller) *MockExtendedRuntimeService
NewMockExtendedRuntimeService creates a new mock instance nolint
func (*MockExtendedRuntimeService) Attach ¶
func (m *MockExtendedRuntimeService) Attach(arg0 *v1alpha2.AttachRequest) (*v1alpha2.AttachResponse, error)
Attach mocks base method nolint
func (*MockExtendedRuntimeService) ContainerStats ¶
func (m *MockExtendedRuntimeService) ContainerStats(arg0 string) (*v1alpha2.ContainerStats, error)
ContainerStats mocks base method nolint
func (*MockExtendedRuntimeService) ContainerStatus ¶
func (m *MockExtendedRuntimeService) ContainerStatus(arg0 string) (*v1alpha2.ContainerStatus, error)
ContainerStatus mocks base method nolint
func (*MockExtendedRuntimeService) ContainerStatusVerbose ¶
func (m *MockExtendedRuntimeService) ContainerStatusVerbose(arg0 string) (*v1alpha2.ContainerStatus, map[string]string, error)
ContainerStatusVerbose mocks base method nolint
func (*MockExtendedRuntimeService) CreateContainer ¶
func (m *MockExtendedRuntimeService) CreateContainer(arg0 string, arg1 *v1alpha2.ContainerConfig, arg2 *v1alpha2.PodSandboxConfig) (string, error)
CreateContainer mocks base method nolint
func (*MockExtendedRuntimeService) EXPECT ¶
func (m *MockExtendedRuntimeService) EXPECT() *MockExtendedRuntimeServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use nolint
func (*MockExtendedRuntimeService) Exec ¶
func (m *MockExtendedRuntimeService) Exec(arg0 *v1alpha2.ExecRequest) (*v1alpha2.ExecResponse, error)
Exec mocks base method nolint
func (*MockExtendedRuntimeService) ExecSync ¶
func (m *MockExtendedRuntimeService) ExecSync(arg0 string, arg1 []string, arg2 time.Duration) ([]byte, []byte, error)
ExecSync mocks base method nolint
func (*MockExtendedRuntimeService) ListContainerStats ¶
func (m *MockExtendedRuntimeService) ListContainerStats(arg0 *v1alpha2.ContainerStatsFilter) ([]*v1alpha2.ContainerStats, error)
ListContainerStats mocks base method nolint
func (*MockExtendedRuntimeService) ListContainers ¶
func (m *MockExtendedRuntimeService) ListContainers(arg0 *v1alpha2.ContainerFilter) ([]*v1alpha2.Container, error)
ListContainers mocks base method nolint
func (*MockExtendedRuntimeService) ListPodSandbox ¶
func (m *MockExtendedRuntimeService) ListPodSandbox(arg0 *v1alpha2.PodSandboxFilter) ([]*v1alpha2.PodSandbox, error)
ListPodSandbox mocks base method nolint
func (*MockExtendedRuntimeService) PodSandboxStatus ¶
func (m *MockExtendedRuntimeService) PodSandboxStatus(arg0 string) (*v1alpha2.PodSandboxStatus, error)
PodSandboxStatus mocks base method nolint
func (*MockExtendedRuntimeService) PodSandboxStatusVerbose ¶
func (m *MockExtendedRuntimeService) PodSandboxStatusVerbose(arg0 string) (*v1alpha2.PodSandboxStatus, map[string]string, error)
PodSandboxStatusVerbose mocks base method nolint
func (*MockExtendedRuntimeService) PortForward ¶
func (m *MockExtendedRuntimeService) PortForward(arg0 *v1alpha2.PortForwardRequest) (*v1alpha2.PortForwardResponse, error)
PortForward mocks base method nolint
func (*MockExtendedRuntimeService) RemoveContainer ¶
func (m *MockExtendedRuntimeService) RemoveContainer(arg0 string) error
RemoveContainer mocks base method nolint
func (*MockExtendedRuntimeService) RemovePodSandbox ¶
func (m *MockExtendedRuntimeService) RemovePodSandbox(arg0 string) error
RemovePodSandbox mocks base method nolint
func (*MockExtendedRuntimeService) ReopenContainerLog ¶
func (m *MockExtendedRuntimeService) ReopenContainerLog(arg0 string) error
ReopenContainerLog mocks base method nolint
func (*MockExtendedRuntimeService) RunPodSandbox ¶
func (m *MockExtendedRuntimeService) RunPodSandbox(arg0 *v1alpha2.PodSandboxConfig, arg1 string) (string, error)
RunPodSandbox mocks base method nolint
func (*MockExtendedRuntimeService) StartContainer ¶
func (m *MockExtendedRuntimeService) StartContainer(arg0 string) error
StartContainer mocks base method nolint
func (*MockExtendedRuntimeService) Status ¶
func (m *MockExtendedRuntimeService) Status() (*v1alpha2.RuntimeStatus, error)
Status mocks base method nolint
func (*MockExtendedRuntimeService) StatusVerbose ¶
func (m *MockExtendedRuntimeService) StatusVerbose() (*v1alpha2.RuntimeStatus, map[string]string, error)
StatusVerbose mocks base method nolint
func (*MockExtendedRuntimeService) StopContainer ¶
func (m *MockExtendedRuntimeService) StopContainer(arg0 string, arg1 int64) error
StopContainer mocks base method nolint
func (*MockExtendedRuntimeService) StopPodSandbox ¶
func (m *MockExtendedRuntimeService) StopPodSandbox(arg0 string) error
StopPodSandbox mocks base method nolint
func (*MockExtendedRuntimeService) UpdateContainerResources ¶
func (m *MockExtendedRuntimeService) UpdateContainerResources(arg0 string, arg1 *v1alpha2.LinuxContainerResources) error
UpdateContainerResources mocks base method nolint
func (*MockExtendedRuntimeService) UpdateRuntimeConfig ¶
func (m *MockExtendedRuntimeService) UpdateRuntimeConfig(arg0 *v1alpha2.RuntimeConfig) error
UpdateRuntimeConfig mocks base method nolint
func (*MockExtendedRuntimeService) Version ¶
func (m *MockExtendedRuntimeService) Version(arg0 string) (*v1alpha2.VersionResponse, error)
Version mocks base method nolint
type MockExtendedRuntimeServiceMockRecorder ¶
type MockExtendedRuntimeServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockExtendedRuntimeServiceMockRecorder is the mock recorder for MockExtendedRuntimeService nolint
func (*MockExtendedRuntimeServiceMockRecorder) Attach ¶
func (mr *MockExtendedRuntimeServiceMockRecorder) Attach(arg0 interface{}) *gomock.Call
Attach indicates an expected call of Attach nolint
func (*MockExtendedRuntimeServiceMockRecorder) ContainerStats ¶
func (mr *MockExtendedRuntimeServiceMockRecorder) ContainerStats(arg0 interface{}) *gomock.Call
ContainerStats indicates an expected call of ContainerStats nolint
func (*MockExtendedRuntimeServiceMockRecorder) ContainerStatus ¶
func (mr *MockExtendedRuntimeServiceMockRecorder) ContainerStatus(arg0 interface{}) *gomock.Call
ContainerStatus indicates an expected call of ContainerStatus nolint
func (*MockExtendedRuntimeServiceMockRecorder) ContainerStatusVerbose ¶
func (mr *MockExtendedRuntimeServiceMockRecorder) ContainerStatusVerbose(arg0 interface{}) *gomock.Call
ContainerStatusVerbose indicates an expected call of ContainerStatusVerbose nolint
func (*MockExtendedRuntimeServiceMockRecorder) CreateContainer ¶
func (mr *MockExtendedRuntimeServiceMockRecorder) CreateContainer(arg0, arg1, arg2 interface{}) *gomock.Call
CreateContainer indicates an expected call of CreateContainer nolint
func (*MockExtendedRuntimeServiceMockRecorder) Exec ¶
func (mr *MockExtendedRuntimeServiceMockRecorder) Exec(arg0 interface{}) *gomock.Call
Exec indicates an expected call of Exec nolint
func (*MockExtendedRuntimeServiceMockRecorder) ExecSync ¶
func (mr *MockExtendedRuntimeServiceMockRecorder) ExecSync(arg0, arg1, arg2 interface{}) *gomock.Call
ExecSync indicates an expected call of ExecSync nolint
func (*MockExtendedRuntimeServiceMockRecorder) ListContainerStats ¶
func (mr *MockExtendedRuntimeServiceMockRecorder) ListContainerStats(arg0 interface{}) *gomock.Call
ListContainerStats indicates an expected call of ListContainerStats nolint
func (*MockExtendedRuntimeServiceMockRecorder) ListContainers ¶
func (mr *MockExtendedRuntimeServiceMockRecorder) ListContainers(arg0 interface{}) *gomock.Call
ListContainers indicates an expected call of ListContainers nolint
func (*MockExtendedRuntimeServiceMockRecorder) ListPodSandbox ¶
func (mr *MockExtendedRuntimeServiceMockRecorder) ListPodSandbox(arg0 interface{}) *gomock.Call
ListPodSandbox indicates an expected call of ListPodSandbox nolint
func (*MockExtendedRuntimeServiceMockRecorder) PodSandboxStatus ¶
func (mr *MockExtendedRuntimeServiceMockRecorder) PodSandboxStatus(arg0 interface{}) *gomock.Call
PodSandboxStatus indicates an expected call of PodSandboxStatus nolint
func (*MockExtendedRuntimeServiceMockRecorder) PodSandboxStatusVerbose ¶
func (mr *MockExtendedRuntimeServiceMockRecorder) PodSandboxStatusVerbose(arg0 interface{}) *gomock.Call
PodSandboxStatusVerbose indicates an expected call of PodSandboxStatusVerbose nolint
func (*MockExtendedRuntimeServiceMockRecorder) PortForward ¶
func (mr *MockExtendedRuntimeServiceMockRecorder) PortForward(arg0 interface{}) *gomock.Call
PortForward indicates an expected call of PortForward nolint
func (*MockExtendedRuntimeServiceMockRecorder) RemoveContainer ¶
func (mr *MockExtendedRuntimeServiceMockRecorder) RemoveContainer(arg0 interface{}) *gomock.Call
RemoveContainer indicates an expected call of RemoveContainer nolint
func (*MockExtendedRuntimeServiceMockRecorder) RemovePodSandbox ¶
func (mr *MockExtendedRuntimeServiceMockRecorder) RemovePodSandbox(arg0 interface{}) *gomock.Call
RemovePodSandbox indicates an expected call of RemovePodSandbox nolint
func (*MockExtendedRuntimeServiceMockRecorder) ReopenContainerLog ¶
func (mr *MockExtendedRuntimeServiceMockRecorder) ReopenContainerLog(arg0 interface{}) *gomock.Call
ReopenContainerLog indicates an expected call of ReopenContainerLog nolint
func (*MockExtendedRuntimeServiceMockRecorder) RunPodSandbox ¶
func (mr *MockExtendedRuntimeServiceMockRecorder) RunPodSandbox(arg0, arg1 interface{}) *gomock.Call
RunPodSandbox indicates an expected call of RunPodSandbox nolint
func (*MockExtendedRuntimeServiceMockRecorder) StartContainer ¶
func (mr *MockExtendedRuntimeServiceMockRecorder) StartContainer(arg0 interface{}) *gomock.Call
StartContainer indicates an expected call of StartContainer nolint
func (*MockExtendedRuntimeServiceMockRecorder) Status ¶
func (mr *MockExtendedRuntimeServiceMockRecorder) Status() *gomock.Call
Status indicates an expected call of Status nolint
func (*MockExtendedRuntimeServiceMockRecorder) StatusVerbose ¶
func (mr *MockExtendedRuntimeServiceMockRecorder) StatusVerbose() *gomock.Call
StatusVerbose indicates an expected call of StatusVerbose nolint
func (*MockExtendedRuntimeServiceMockRecorder) StopContainer ¶
func (mr *MockExtendedRuntimeServiceMockRecorder) StopContainer(arg0, arg1 interface{}) *gomock.Call
StopContainer indicates an expected call of StopContainer nolint
func (*MockExtendedRuntimeServiceMockRecorder) StopPodSandbox ¶
func (mr *MockExtendedRuntimeServiceMockRecorder) StopPodSandbox(arg0 interface{}) *gomock.Call
StopPodSandbox indicates an expected call of StopPodSandbox nolint
func (*MockExtendedRuntimeServiceMockRecorder) UpdateContainerResources ¶
func (mr *MockExtendedRuntimeServiceMockRecorder) UpdateContainerResources(arg0, arg1 interface{}) *gomock.Call
UpdateContainerResources indicates an expected call of UpdateContainerResources nolint
func (*MockExtendedRuntimeServiceMockRecorder) UpdateRuntimeConfig ¶
func (mr *MockExtendedRuntimeServiceMockRecorder) UpdateRuntimeConfig(arg0 interface{}) *gomock.Call
UpdateRuntimeConfig indicates an expected call of UpdateRuntimeConfig nolint
func (*MockExtendedRuntimeServiceMockRecorder) Version ¶
func (mr *MockExtendedRuntimeServiceMockRecorder) Version(arg0 interface{}) *gomock.Call
Version indicates an expected call of Version nolint
type MockRuntimeServiceClient ¶
type MockRuntimeServiceClient struct {
// contains filtered or unexported fields
}
MockRuntimeServiceClient is a mock of RuntimeServiceClient interface nolint
func NewMockRuntimeServiceClient ¶
func NewMockRuntimeServiceClient(ctrl *gomock.Controller) *MockRuntimeServiceClient
NewMockRuntimeServiceClient creates a new mock instance nolint
func (*MockRuntimeServiceClient) Attach ¶
func (m *MockRuntimeServiceClient) Attach(arg0 context.Context, arg1 *v1alpha2.AttachRequest, arg2 ...grpc.CallOption) (*v1alpha2.AttachResponse, error)
Attach mocks base method nolint
func (*MockRuntimeServiceClient) ContainerStats ¶
func (m *MockRuntimeServiceClient) ContainerStats(arg0 context.Context, arg1 *v1alpha2.ContainerStatsRequest, arg2 ...grpc.CallOption) (*v1alpha2.ContainerStatsResponse, error)
ContainerStats mocks base method nolint
func (*MockRuntimeServiceClient) ContainerStatus ¶
func (m *MockRuntimeServiceClient) ContainerStatus(arg0 context.Context, arg1 *v1alpha2.ContainerStatusRequest, arg2 ...grpc.CallOption) (*v1alpha2.ContainerStatusResponse, error)
ContainerStatus mocks base method nolint
func (*MockRuntimeServiceClient) CreateContainer ¶
func (m *MockRuntimeServiceClient) CreateContainer(arg0 context.Context, arg1 *v1alpha2.CreateContainerRequest, arg2 ...grpc.CallOption) (*v1alpha2.CreateContainerResponse, error)
CreateContainer mocks base method nolint
func (*MockRuntimeServiceClient) EXPECT ¶
func (m *MockRuntimeServiceClient) EXPECT() *MockRuntimeServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use nolint
func (*MockRuntimeServiceClient) Exec ¶
func (m *MockRuntimeServiceClient) Exec(arg0 context.Context, arg1 *v1alpha2.ExecRequest, arg2 ...grpc.CallOption) (*v1alpha2.ExecResponse, error)
Exec mocks base method nolint
func (*MockRuntimeServiceClient) ExecSync ¶
func (m *MockRuntimeServiceClient) ExecSync(arg0 context.Context, arg1 *v1alpha2.ExecSyncRequest, arg2 ...grpc.CallOption) (*v1alpha2.ExecSyncResponse, error)
ExecSync mocks base method nolint
func (*MockRuntimeServiceClient) ListContainerStats ¶
func (m *MockRuntimeServiceClient) ListContainerStats(arg0 context.Context, arg1 *v1alpha2.ListContainerStatsRequest, arg2 ...grpc.CallOption) (*v1alpha2.ListContainerStatsResponse, error)
ListContainerStats mocks base method nolint
func (*MockRuntimeServiceClient) ListContainers ¶
func (m *MockRuntimeServiceClient) ListContainers(arg0 context.Context, arg1 *v1alpha2.ListContainersRequest, arg2 ...grpc.CallOption) (*v1alpha2.ListContainersResponse, error)
ListContainers mocks base method nolint
func (*MockRuntimeServiceClient) ListPodSandbox ¶
func (m *MockRuntimeServiceClient) ListPodSandbox(arg0 context.Context, arg1 *v1alpha2.ListPodSandboxRequest, arg2 ...grpc.CallOption) (*v1alpha2.ListPodSandboxResponse, error)
ListPodSandbox mocks base method nolint
func (*MockRuntimeServiceClient) PodSandboxStatus ¶
func (m *MockRuntimeServiceClient) PodSandboxStatus(arg0 context.Context, arg1 *v1alpha2.PodSandboxStatusRequest, arg2 ...grpc.CallOption) (*v1alpha2.PodSandboxStatusResponse, error)
PodSandboxStatus mocks base method nolint
func (*MockRuntimeServiceClient) PortForward ¶
func (m *MockRuntimeServiceClient) PortForward(arg0 context.Context, arg1 *v1alpha2.PortForwardRequest, arg2 ...grpc.CallOption) (*v1alpha2.PortForwardResponse, error)
PortForward mocks base method nolint
func (*MockRuntimeServiceClient) RemoveContainer ¶
func (m *MockRuntimeServiceClient) RemoveContainer(arg0 context.Context, arg1 *v1alpha2.RemoveContainerRequest, arg2 ...grpc.CallOption) (*v1alpha2.RemoveContainerResponse, error)
RemoveContainer mocks base method nolint
func (*MockRuntimeServiceClient) RemovePodSandbox ¶
func (m *MockRuntimeServiceClient) RemovePodSandbox(arg0 context.Context, arg1 *v1alpha2.RemovePodSandboxRequest, arg2 ...grpc.CallOption) (*v1alpha2.RemovePodSandboxResponse, error)
RemovePodSandbox mocks base method nolint
func (*MockRuntimeServiceClient) ReopenContainerLog ¶
func (m *MockRuntimeServiceClient) ReopenContainerLog(arg0 context.Context, arg1 *v1alpha2.ReopenContainerLogRequest, arg2 ...grpc.CallOption) (*v1alpha2.ReopenContainerLogResponse, error)
ReopenContainerLog mocks base method nolint
func (*MockRuntimeServiceClient) RunPodSandbox ¶
func (m *MockRuntimeServiceClient) RunPodSandbox(arg0 context.Context, arg1 *v1alpha2.RunPodSandboxRequest, arg2 ...grpc.CallOption) (*v1alpha2.RunPodSandboxResponse, error)
RunPodSandbox mocks base method nolint
func (*MockRuntimeServiceClient) StartContainer ¶
func (m *MockRuntimeServiceClient) StartContainer(arg0 context.Context, arg1 *v1alpha2.StartContainerRequest, arg2 ...grpc.CallOption) (*v1alpha2.StartContainerResponse, error)
StartContainer mocks base method nolint
func (*MockRuntimeServiceClient) Status ¶
func (m *MockRuntimeServiceClient) Status(arg0 context.Context, arg1 *v1alpha2.StatusRequest, arg2 ...grpc.CallOption) (*v1alpha2.StatusResponse, error)
Status mocks base method nolint
func (*MockRuntimeServiceClient) StopContainer ¶
func (m *MockRuntimeServiceClient) StopContainer(arg0 context.Context, arg1 *v1alpha2.StopContainerRequest, arg2 ...grpc.CallOption) (*v1alpha2.StopContainerResponse, error)
StopContainer mocks base method nolint
func (*MockRuntimeServiceClient) StopPodSandbox ¶
func (m *MockRuntimeServiceClient) StopPodSandbox(arg0 context.Context, arg1 *v1alpha2.StopPodSandboxRequest, arg2 ...grpc.CallOption) (*v1alpha2.StopPodSandboxResponse, error)
StopPodSandbox mocks base method nolint
func (*MockRuntimeServiceClient) UpdateContainerResources ¶
func (m *MockRuntimeServiceClient) UpdateContainerResources(arg0 context.Context, arg1 *v1alpha2.UpdateContainerResourcesRequest, arg2 ...grpc.CallOption) (*v1alpha2.UpdateContainerResourcesResponse, error)
UpdateContainerResources mocks base method nolint
func (*MockRuntimeServiceClient) UpdateRuntimeConfig ¶
func (m *MockRuntimeServiceClient) UpdateRuntimeConfig(arg0 context.Context, arg1 *v1alpha2.UpdateRuntimeConfigRequest, arg2 ...grpc.CallOption) (*v1alpha2.UpdateRuntimeConfigResponse, error)
UpdateRuntimeConfig mocks base method nolint
func (*MockRuntimeServiceClient) Version ¶
func (m *MockRuntimeServiceClient) Version(arg0 context.Context, arg1 *v1alpha2.VersionRequest, arg2 ...grpc.CallOption) (*v1alpha2.VersionResponse, error)
Version mocks base method nolint
type MockRuntimeServiceClientMockRecorder ¶
type MockRuntimeServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockRuntimeServiceClientMockRecorder is the mock recorder for MockRuntimeServiceClient nolint
func (*MockRuntimeServiceClientMockRecorder) Attach ¶
func (mr *MockRuntimeServiceClientMockRecorder) Attach(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Attach indicates an expected call of Attach nolint
func (*MockRuntimeServiceClientMockRecorder) ContainerStats ¶
func (mr *MockRuntimeServiceClientMockRecorder) ContainerStats(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ContainerStats indicates an expected call of ContainerStats nolint
func (*MockRuntimeServiceClientMockRecorder) ContainerStatus ¶
func (mr *MockRuntimeServiceClientMockRecorder) ContainerStatus(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ContainerStatus indicates an expected call of ContainerStatus nolint
func (*MockRuntimeServiceClientMockRecorder) CreateContainer ¶
func (mr *MockRuntimeServiceClientMockRecorder) CreateContainer(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateContainer indicates an expected call of CreateContainer nolint
func (*MockRuntimeServiceClientMockRecorder) Exec ¶
func (mr *MockRuntimeServiceClientMockRecorder) Exec(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Exec indicates an expected call of Exec nolint
func (*MockRuntimeServiceClientMockRecorder) ExecSync ¶
func (mr *MockRuntimeServiceClientMockRecorder) ExecSync(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ExecSync indicates an expected call of ExecSync nolint
func (*MockRuntimeServiceClientMockRecorder) ListContainerStats ¶
func (mr *MockRuntimeServiceClientMockRecorder) ListContainerStats(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListContainerStats indicates an expected call of ListContainerStats nolint
func (*MockRuntimeServiceClientMockRecorder) ListContainers ¶
func (mr *MockRuntimeServiceClientMockRecorder) ListContainers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListContainers indicates an expected call of ListContainers nolint
func (*MockRuntimeServiceClientMockRecorder) ListPodSandbox ¶
func (mr *MockRuntimeServiceClientMockRecorder) ListPodSandbox(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListPodSandbox indicates an expected call of ListPodSandbox nolint
func (*MockRuntimeServiceClientMockRecorder) PodSandboxStatus ¶
func (mr *MockRuntimeServiceClientMockRecorder) PodSandboxStatus(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PodSandboxStatus indicates an expected call of PodSandboxStatus nolint
func (*MockRuntimeServiceClientMockRecorder) PortForward ¶
func (mr *MockRuntimeServiceClientMockRecorder) PortForward(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PortForward indicates an expected call of PortForward nolint
func (*MockRuntimeServiceClientMockRecorder) RemoveContainer ¶
func (mr *MockRuntimeServiceClientMockRecorder) RemoveContainer(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
RemoveContainer indicates an expected call of RemoveContainer nolint
func (*MockRuntimeServiceClientMockRecorder) RemovePodSandbox ¶
func (mr *MockRuntimeServiceClientMockRecorder) RemovePodSandbox(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
RemovePodSandbox indicates an expected call of RemovePodSandbox nolint
func (*MockRuntimeServiceClientMockRecorder) ReopenContainerLog ¶
func (mr *MockRuntimeServiceClientMockRecorder) ReopenContainerLog(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ReopenContainerLog indicates an expected call of ReopenContainerLog nolint
func (*MockRuntimeServiceClientMockRecorder) RunPodSandbox ¶
func (mr *MockRuntimeServiceClientMockRecorder) RunPodSandbox(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
RunPodSandbox indicates an expected call of RunPodSandbox nolint
func (*MockRuntimeServiceClientMockRecorder) StartContainer ¶
func (mr *MockRuntimeServiceClientMockRecorder) StartContainer(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StartContainer indicates an expected call of StartContainer nolint
func (*MockRuntimeServiceClientMockRecorder) Status ¶
func (mr *MockRuntimeServiceClientMockRecorder) Status(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Status indicates an expected call of Status nolint
func (*MockRuntimeServiceClientMockRecorder) StopContainer ¶
func (mr *MockRuntimeServiceClientMockRecorder) StopContainer(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StopContainer indicates an expected call of StopContainer nolint
func (*MockRuntimeServiceClientMockRecorder) StopPodSandbox ¶
func (mr *MockRuntimeServiceClientMockRecorder) StopPodSandbox(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StopPodSandbox indicates an expected call of StopPodSandbox nolint
func (*MockRuntimeServiceClientMockRecorder) UpdateContainerResources ¶
func (mr *MockRuntimeServiceClientMockRecorder) UpdateContainerResources(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateContainerResources indicates an expected call of UpdateContainerResources nolint
func (*MockRuntimeServiceClientMockRecorder) UpdateRuntimeConfig ¶
func (mr *MockRuntimeServiceClientMockRecorder) UpdateRuntimeConfig(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateRuntimeConfig indicates an expected call of UpdateRuntimeConfig nolint
func (*MockRuntimeServiceClientMockRecorder) Version ¶
func (mr *MockRuntimeServiceClientMockRecorder) Version(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Version indicates an expected call of Version nolint