Documentation ¶
Overview ¶
Package mock_pod is a generated GoMock package.
Index ¶
- type MockPodClientAPIWrapper
- func (m *MockPodClientAPIWrapper) AnnotatePod(arg0, arg1 string, arg2 types.UID, arg3, arg4 string) error
- func (m *MockPodClientAPIWrapper) EXPECT() *MockPodClientAPIWrapperMockRecorder
- func (m *MockPodClientAPIWrapper) GetPod(arg0, arg1 string) (*v1.Pod, error)
- func (m *MockPodClientAPIWrapper) GetPodFromAPIServer(arg0 context.Context, arg1, arg2 string) (*v1.Pod, error)
- func (m *MockPodClientAPIWrapper) GetRunningPodsOnNode(arg0 string) ([]v1.Pod, error)
- func (m *MockPodClientAPIWrapper) ListPods(arg0 string) (*v1.PodList, error)
- type MockPodClientAPIWrapperMockRecorder
- func (mr *MockPodClientAPIWrapperMockRecorder) AnnotatePod(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockPodClientAPIWrapperMockRecorder) GetPod(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPodClientAPIWrapperMockRecorder) GetPodFromAPIServer(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockPodClientAPIWrapperMockRecorder) GetRunningPodsOnNode(arg0 interface{}) *gomock.Call
- func (mr *MockPodClientAPIWrapperMockRecorder) ListPods(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPodClientAPIWrapper ¶
type MockPodClientAPIWrapper struct {
// contains filtered or unexported fields
}
MockPodClientAPIWrapper is a mock of PodClientAPIWrapper interface.
func NewMockPodClientAPIWrapper ¶
func NewMockPodClientAPIWrapper(ctrl *gomock.Controller) *MockPodClientAPIWrapper
NewMockPodClientAPIWrapper creates a new mock instance.
func (*MockPodClientAPIWrapper) AnnotatePod ¶
func (m *MockPodClientAPIWrapper) AnnotatePod(arg0, arg1 string, arg2 types.UID, arg3, arg4 string) error
AnnotatePod mocks base method.
func (*MockPodClientAPIWrapper) EXPECT ¶
func (m *MockPodClientAPIWrapper) EXPECT() *MockPodClientAPIWrapperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPodClientAPIWrapper) GetPod ¶
func (m *MockPodClientAPIWrapper) GetPod(arg0, arg1 string) (*v1.Pod, error)
GetPod mocks base method.
func (*MockPodClientAPIWrapper) GetPodFromAPIServer ¶
func (m *MockPodClientAPIWrapper) GetPodFromAPIServer(arg0 context.Context, arg1, arg2 string) (*v1.Pod, error)
GetPodFromAPIServer mocks base method.
func (*MockPodClientAPIWrapper) GetRunningPodsOnNode ¶
func (m *MockPodClientAPIWrapper) GetRunningPodsOnNode(arg0 string) ([]v1.Pod, error)
GetRunningPodsOnNode mocks base method.
type MockPodClientAPIWrapperMockRecorder ¶
type MockPodClientAPIWrapperMockRecorder struct {
// contains filtered or unexported fields
}
MockPodClientAPIWrapperMockRecorder is the mock recorder for MockPodClientAPIWrapper.
func (*MockPodClientAPIWrapperMockRecorder) AnnotatePod ¶
func (mr *MockPodClientAPIWrapperMockRecorder) AnnotatePod(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
AnnotatePod indicates an expected call of AnnotatePod.
func (*MockPodClientAPIWrapperMockRecorder) GetPod ¶
func (mr *MockPodClientAPIWrapperMockRecorder) GetPod(arg0, arg1 interface{}) *gomock.Call
GetPod indicates an expected call of GetPod.
func (*MockPodClientAPIWrapperMockRecorder) GetPodFromAPIServer ¶
func (mr *MockPodClientAPIWrapperMockRecorder) GetPodFromAPIServer(arg0, arg1, arg2 interface{}) *gomock.Call
GetPodFromAPIServer indicates an expected call of GetPodFromAPIServer.
func (*MockPodClientAPIWrapperMockRecorder) GetRunningPodsOnNode ¶
func (mr *MockPodClientAPIWrapperMockRecorder) GetRunningPodsOnNode(arg0 interface{}) *gomock.Call
GetRunningPodsOnNode indicates an expected call of GetRunningPodsOnNode.
func (*MockPodClientAPIWrapperMockRecorder) ListPods ¶
func (mr *MockPodClientAPIWrapperMockRecorder) ListPods(arg0 interface{}) *gomock.Call
ListPods indicates an expected call of ListPods.