Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockLegacyDeploymentStateMigrator ¶
type MockLegacyDeploymentStateMigrator struct {
// contains filtered or unexported fields
}
MockLegacyDeploymentStateMigrator is a mock of LegacyDeploymentStateMigrator interface.
func NewMockLegacyDeploymentStateMigrator ¶
func NewMockLegacyDeploymentStateMigrator(ctrl *gomock.Controller) *MockLegacyDeploymentStateMigrator
NewMockLegacyDeploymentStateMigrator creates a new mock instance.
func (*MockLegacyDeploymentStateMigrator) EXPECT ¶
func (m *MockLegacyDeploymentStateMigrator) EXPECT() *MockLegacyDeploymentStateMigratorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLegacyDeploymentStateMigrator) MigrateIfExists ¶
func (m *MockLegacyDeploymentStateMigrator) MigrateIfExists(arg0 string) (bool, error)
MigrateIfExists mocks base method.
type MockLegacyDeploymentStateMigratorMockRecorder ¶
type MockLegacyDeploymentStateMigratorMockRecorder struct {
// contains filtered or unexported fields
}
MockLegacyDeploymentStateMigratorMockRecorder is the mock recorder for MockLegacyDeploymentStateMigrator.
func (*MockLegacyDeploymentStateMigratorMockRecorder) MigrateIfExists ¶
func (mr *MockLegacyDeploymentStateMigratorMockRecorder) MigrateIfExists(arg0 interface{}) *gomock.Call
MigrateIfExists indicates an expected call of MigrateIfExists.
Click to show internal directories.
Click to hide internal directories.