Documentation
¶
Overview ¶
Package mock_k8s is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIKuberService ¶
type MockIKuberService struct {
// contains filtered or unexported fields
}
MockIKuberService is a mock of IKuberService interface.
func NewMockIKuberService ¶
func NewMockIKuberService(ctrl *gomock.Controller) *MockIKuberService
NewMockIKuberService creates a new mock instance.
func (*MockIKuberService) Connect ¶
func (m *MockIKuberService) Connect() error
Connect mocks base method.
func (*MockIKuberService) EXPECT ¶
func (m *MockIKuberService) EXPECT() *MockIKuberServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIKuberService) GetDataFromDeployment ¶
func (m *MockIKuberService) GetDataFromDeployment() (*k8s.DeploymentData, error)
GetDataFromDeployment mocks base method.
func (*MockIKuberService) RestartPod ¶
func (m *MockIKuberService) RestartPod() error
RestartPod mocks base method.
type MockIKuberServiceMockRecorder ¶
type MockIKuberServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockIKuberServiceMockRecorder is the mock recorder for MockIKuberService.
func (*MockIKuberServiceMockRecorder) Connect ¶
func (mr *MockIKuberServiceMockRecorder) Connect() *gomock.Call
Connect indicates an expected call of Connect.
func (*MockIKuberServiceMockRecorder) GetDataFromDeployment ¶
func (mr *MockIKuberServiceMockRecorder) GetDataFromDeployment() *gomock.Call
GetDataFromDeployment indicates an expected call of GetDataFromDeployment.
func (*MockIKuberServiceMockRecorder) RestartPod ¶
func (mr *MockIKuberServiceMockRecorder) RestartPod() *gomock.Call
RestartPod indicates an expected call of RestartPod.
Click to show internal directories.
Click to hide internal directories.