Documentation ¶
Overview ¶
Package lifecycle is a generated GoMock package.
Index ¶
- type Lifecycle
- type MockLifecycle
- func (m *MockLifecycle) EXPECT() *MockLifecycleMockRecorder
- func (m *MockLifecycle) GetPodFromDaemonSet(arg0 context.Context, arg1 types.NamespacedName) *v1.PodList
- func (m *MockLifecycle) GetPodFromDeployment(arg0 context.Context, arg1 types.NamespacedName) *v1.PodList
- func (m *MockLifecycle) UpdateDaemonSetPods(arg0 context.Context, arg1 client.Object) error
- type MockLifecycleMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lifecycle ¶
type MockLifecycle ¶
type MockLifecycle struct {
// contains filtered or unexported fields
}
MockLifecycle is a mock of Lifecycle interface.
func NewMockLifecycle ¶
func NewMockLifecycle(ctrl *gomock.Controller) *MockLifecycle
NewMockLifecycle creates a new mock instance.
func (*MockLifecycle) EXPECT ¶
func (m *MockLifecycle) EXPECT() *MockLifecycleMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLifecycle) GetPodFromDaemonSet ¶
func (m *MockLifecycle) GetPodFromDaemonSet(arg0 context.Context, arg1 types.NamespacedName) *v1.PodList
GetPodFromDaemonSet mocks base method.
func (*MockLifecycle) GetPodFromDeployment ¶
func (m *MockLifecycle) GetPodFromDeployment(arg0 context.Context, arg1 types.NamespacedName) *v1.PodList
GetPodFromDeployment mocks base method.
func (*MockLifecycle) UpdateDaemonSetPods ¶
UpdateDaemonSetPods mocks base method.
type MockLifecycleMockRecorder ¶
type MockLifecycleMockRecorder struct {
// contains filtered or unexported fields
}
MockLifecycleMockRecorder is the mock recorder for MockLifecycle.
func (*MockLifecycleMockRecorder) GetPodFromDaemonSet ¶
func (mr *MockLifecycleMockRecorder) GetPodFromDaemonSet(arg0, arg1 interface{}) *gomock.Call
GetPodFromDaemonSet indicates an expected call of GetPodFromDaemonSet.
func (*MockLifecycleMockRecorder) GetPodFromDeployment ¶
func (mr *MockLifecycleMockRecorder) GetPodFromDeployment(arg0, arg1 interface{}) *gomock.Call
GetPodFromDeployment indicates an expected call of GetPodFromDeployment.
func (*MockLifecycleMockRecorder) UpdateDaemonSetPods ¶
func (mr *MockLifecycleMockRecorder) UpdateDaemonSetPods(arg0, arg1 interface{}) *gomock.Call
UpdateDaemonSetPods indicates an expected call of UpdateDaemonSetPods.
Click to show internal directories.
Click to hide internal directories.