Documentation ¶
Overview ¶
Package worker is a generated GoMock package.
Index ¶
- type MockInterface
- func (m *MockInterface) Deploy(arg0 context.Context) error
- func (m *MockInterface) Destroy(arg0 context.Context) error
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- func (m *MockInterface) MachineDeployments() []v1alpha1.MachineDeployment
- func (m *MockInterface) Migrate(arg0 context.Context) error
- func (m *MockInterface) Restore(arg0 context.Context, arg1 *v1beta1.ShootState) error
- func (m *MockInterface) SetInfrastructureProviderStatus(arg0 *runtime.RawExtension)
- func (m *MockInterface) SetSSHPublicKey(arg0 []byte)
- func (m *MockInterface) SetWorkerNameToOperatingSystemConfigsMap(arg0 map[string]*operatingsystemconfig.OperatingSystemConfigs)
- func (m *MockInterface) Wait(arg0 context.Context) error
- func (m *MockInterface) WaitCleanup(arg0 context.Context) error
- func (m *MockInterface) WaitMigrate(arg0 context.Context) error
- func (m *MockInterface) WaitUntilWorkerStatusMachineDeploymentsUpdated(arg0 context.Context) error
- type MockInterfaceMockRecorder
- func (mr *MockInterfaceMockRecorder) Deploy(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Destroy(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) MachineDeployments() *gomock.Call
- func (mr *MockInterfaceMockRecorder) Migrate(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Restore(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetInfrastructureProviderStatus(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetSSHPublicKey(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetWorkerNameToOperatingSystemConfigsMap(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Wait(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) WaitCleanup(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) WaitMigrate(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) WaitUntilWorkerStatusMachineDeploymentsUpdated(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInterface ¶
type MockInterface struct {
// contains filtered or unexported fields
}
MockInterface is a mock of Interface interface.
func NewMockInterface ¶
func NewMockInterface(ctrl *gomock.Controller) *MockInterface
NewMockInterface creates a new mock instance.
func (*MockInterface) Deploy ¶
func (m *MockInterface) Deploy(arg0 context.Context) error
Deploy mocks base method.
func (*MockInterface) Destroy ¶
func (m *MockInterface) Destroy(arg0 context.Context) error
Destroy mocks base method.
func (*MockInterface) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInterface) MachineDeployments ¶
func (m *MockInterface) MachineDeployments() []v1alpha1.MachineDeployment
MachineDeployments mocks base method.
func (*MockInterface) Migrate ¶
func (m *MockInterface) Migrate(arg0 context.Context) error
Migrate mocks base method.
func (*MockInterface) Restore ¶
func (m *MockInterface) Restore(arg0 context.Context, arg1 *v1beta1.ShootState) error
Restore mocks base method.
func (*MockInterface) SetInfrastructureProviderStatus ¶
func (m *MockInterface) SetInfrastructureProviderStatus(arg0 *runtime.RawExtension)
SetInfrastructureProviderStatus mocks base method.
func (*MockInterface) SetSSHPublicKey ¶
func (m *MockInterface) SetSSHPublicKey(arg0 []byte)
SetSSHPublicKey mocks base method.
func (*MockInterface) SetWorkerNameToOperatingSystemConfigsMap ¶
func (m *MockInterface) SetWorkerNameToOperatingSystemConfigsMap(arg0 map[string]*operatingsystemconfig.OperatingSystemConfigs)
SetWorkerNameToOperatingSystemConfigsMap mocks base method.
func (*MockInterface) Wait ¶
func (m *MockInterface) Wait(arg0 context.Context) error
Wait mocks base method.
func (*MockInterface) WaitCleanup ¶
func (m *MockInterface) WaitCleanup(arg0 context.Context) error
WaitCleanup mocks base method.
func (*MockInterface) WaitMigrate ¶
func (m *MockInterface) WaitMigrate(arg0 context.Context) error
WaitMigrate mocks base method.
func (*MockInterface) WaitUntilWorkerStatusMachineDeploymentsUpdated ¶
func (m *MockInterface) WaitUntilWorkerStatusMachineDeploymentsUpdated(arg0 context.Context) error
WaitUntilWorkerStatusMachineDeploymentsUpdated mocks base method.
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface.
func (*MockInterfaceMockRecorder) Deploy ¶
func (mr *MockInterfaceMockRecorder) Deploy(arg0 interface{}) *gomock.Call
Deploy indicates an expected call of Deploy.
func (*MockInterfaceMockRecorder) Destroy ¶
func (mr *MockInterfaceMockRecorder) Destroy(arg0 interface{}) *gomock.Call
Destroy indicates an expected call of Destroy.
func (*MockInterfaceMockRecorder) MachineDeployments ¶
func (mr *MockInterfaceMockRecorder) MachineDeployments() *gomock.Call
MachineDeployments indicates an expected call of MachineDeployments.
func (*MockInterfaceMockRecorder) Migrate ¶
func (mr *MockInterfaceMockRecorder) Migrate(arg0 interface{}) *gomock.Call
Migrate indicates an expected call of Migrate.
func (*MockInterfaceMockRecorder) Restore ¶
func (mr *MockInterfaceMockRecorder) Restore(arg0, arg1 interface{}) *gomock.Call
Restore indicates an expected call of Restore.
func (*MockInterfaceMockRecorder) SetInfrastructureProviderStatus ¶
func (mr *MockInterfaceMockRecorder) SetInfrastructureProviderStatus(arg0 interface{}) *gomock.Call
SetInfrastructureProviderStatus indicates an expected call of SetInfrastructureProviderStatus.
func (*MockInterfaceMockRecorder) SetSSHPublicKey ¶
func (mr *MockInterfaceMockRecorder) SetSSHPublicKey(arg0 interface{}) *gomock.Call
SetSSHPublicKey indicates an expected call of SetSSHPublicKey.
func (*MockInterfaceMockRecorder) SetWorkerNameToOperatingSystemConfigsMap ¶
func (mr *MockInterfaceMockRecorder) SetWorkerNameToOperatingSystemConfigsMap(arg0 interface{}) *gomock.Call
SetWorkerNameToOperatingSystemConfigsMap indicates an expected call of SetWorkerNameToOperatingSystemConfigsMap.
func (*MockInterfaceMockRecorder) Wait ¶
func (mr *MockInterfaceMockRecorder) Wait(arg0 interface{}) *gomock.Call
Wait indicates an expected call of Wait.
func (*MockInterfaceMockRecorder) WaitCleanup ¶
func (mr *MockInterfaceMockRecorder) WaitCleanup(arg0 interface{}) *gomock.Call
WaitCleanup indicates an expected call of WaitCleanup.
func (*MockInterfaceMockRecorder) WaitMigrate ¶
func (mr *MockInterfaceMockRecorder) WaitMigrate(arg0 interface{}) *gomock.Call
WaitMigrate indicates an expected call of WaitMigrate.
func (*MockInterfaceMockRecorder) WaitUntilWorkerStatusMachineDeploymentsUpdated ¶
func (mr *MockInterfaceMockRecorder) WaitUntilWorkerStatusMachineDeploymentsUpdated(arg0 interface{}) *gomock.Call
WaitUntilWorkerStatusMachineDeploymentsUpdated indicates an expected call of WaitUntilWorkerStatusMachineDeploymentsUpdated.