Documentation ¶
Overview ¶
Package extension is a generated GoMock package.
Index ¶
- type MockInterface
- func (m *MockInterface) DeleteStaleResources(arg0 context.Context) error
- func (m *MockInterface) DeployAfterKubeAPIServer(arg0 context.Context) error
- func (m *MockInterface) DeployAfterWorker(arg0 context.Context) error
- func (m *MockInterface) DeployBeforeKubeAPIServer(arg0 context.Context) error
- func (m *MockInterface) DestroyAfterKubeAPIServer(arg0 context.Context) error
- func (m *MockInterface) DestroyBeforeKubeAPIServer(arg0 context.Context) error
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- func (m *MockInterface) Extensions() map[string]extension.Extension
- func (m *MockInterface) MigrateAfterKubeAPIServer(arg0 context.Context) error
- func (m *MockInterface) MigrateBeforeKubeAPIServer(arg0 context.Context) error
- func (m *MockInterface) RestoreAfterKubeAPIServer(arg0 context.Context, arg1 *v1beta1.ShootState) error
- func (m *MockInterface) RestoreAfterWorker(arg0 context.Context, arg1 *v1beta1.ShootState) error
- func (m *MockInterface) RestoreBeforeKubeAPIServer(arg0 context.Context, arg1 *v1beta1.ShootState) error
- func (m *MockInterface) WaitAfterKubeAPIServer(arg0 context.Context) error
- func (m *MockInterface) WaitAfterWorker(arg0 context.Context) error
- func (m *MockInterface) WaitBeforeKubeAPIServer(arg0 context.Context) error
- func (m *MockInterface) WaitCleanup(arg0 context.Context) error
- func (m *MockInterface) WaitCleanupAfterKubeAPIServer(arg0 context.Context) error
- func (m *MockInterface) WaitCleanupBeforeKubeAPIServer(arg0 context.Context) error
- func (m *MockInterface) WaitCleanupStaleResources(arg0 context.Context) error
- func (m *MockInterface) WaitMigrateAfterKubeAPIServer(arg0 context.Context) error
- func (m *MockInterface) WaitMigrateBeforeKubeAPIServer(arg0 context.Context) error
- type MockInterfaceMockRecorder
- func (mr *MockInterfaceMockRecorder) DeleteStaleResources(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeployAfterKubeAPIServer(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeployAfterWorker(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeployBeforeKubeAPIServer(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DestroyAfterKubeAPIServer(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DestroyBeforeKubeAPIServer(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Extensions() *gomock.Call
- func (mr *MockInterfaceMockRecorder) MigrateAfterKubeAPIServer(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) MigrateBeforeKubeAPIServer(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) RestoreAfterKubeAPIServer(arg0, arg1 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) RestoreAfterWorker(arg0, arg1 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) RestoreBeforeKubeAPIServer(arg0, arg1 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) WaitAfterKubeAPIServer(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) WaitAfterWorker(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) WaitBeforeKubeAPIServer(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) WaitCleanup(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) WaitCleanupAfterKubeAPIServer(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) WaitCleanupBeforeKubeAPIServer(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) WaitCleanupStaleResources(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) WaitMigrateAfterKubeAPIServer(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) WaitMigrateBeforeKubeAPIServer(arg0 any) *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) DeleteStaleResources ¶
func (m *MockInterface) DeleteStaleResources(arg0 context.Context) error
DeleteStaleResources mocks base method.
func (*MockInterface) DeployAfterKubeAPIServer ¶
func (m *MockInterface) DeployAfterKubeAPIServer(arg0 context.Context) error
DeployAfterKubeAPIServer mocks base method.
func (*MockInterface) DeployAfterWorker ¶ added in v1.92.0
func (m *MockInterface) DeployAfterWorker(arg0 context.Context) error
DeployAfterWorker mocks base method.
func (*MockInterface) DeployBeforeKubeAPIServer ¶
func (m *MockInterface) DeployBeforeKubeAPIServer(arg0 context.Context) error
DeployBeforeKubeAPIServer mocks base method.
func (*MockInterface) DestroyAfterKubeAPIServer ¶
func (m *MockInterface) DestroyAfterKubeAPIServer(arg0 context.Context) error
DestroyAfterKubeAPIServer mocks base method.
func (*MockInterface) DestroyBeforeKubeAPIServer ¶
func (m *MockInterface) DestroyBeforeKubeAPIServer(arg0 context.Context) error
DestroyBeforeKubeAPIServer 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) Extensions ¶
func (m *MockInterface) Extensions() map[string]extension.Extension
Extensions mocks base method.
func (*MockInterface) MigrateAfterKubeAPIServer ¶
func (m *MockInterface) MigrateAfterKubeAPIServer(arg0 context.Context) error
MigrateAfterKubeAPIServer mocks base method.
func (*MockInterface) MigrateBeforeKubeAPIServer ¶
func (m *MockInterface) MigrateBeforeKubeAPIServer(arg0 context.Context) error
MigrateBeforeKubeAPIServer mocks base method.
func (*MockInterface) RestoreAfterKubeAPIServer ¶
func (m *MockInterface) RestoreAfterKubeAPIServer(arg0 context.Context, arg1 *v1beta1.ShootState) error
RestoreAfterKubeAPIServer mocks base method.
func (*MockInterface) RestoreAfterWorker ¶ added in v1.92.0
func (m *MockInterface) RestoreAfterWorker(arg0 context.Context, arg1 *v1beta1.ShootState) error
RestoreAfterWorker mocks base method.
func (*MockInterface) RestoreBeforeKubeAPIServer ¶
func (m *MockInterface) RestoreBeforeKubeAPIServer(arg0 context.Context, arg1 *v1beta1.ShootState) error
RestoreBeforeKubeAPIServer mocks base method.
func (*MockInterface) WaitAfterKubeAPIServer ¶
func (m *MockInterface) WaitAfterKubeAPIServer(arg0 context.Context) error
WaitAfterKubeAPIServer mocks base method.
func (*MockInterface) WaitAfterWorker ¶ added in v1.92.0
func (m *MockInterface) WaitAfterWorker(arg0 context.Context) error
WaitAfterWorker mocks base method.
func (*MockInterface) WaitBeforeKubeAPIServer ¶
func (m *MockInterface) WaitBeforeKubeAPIServer(arg0 context.Context) error
WaitBeforeKubeAPIServer mocks base method.
func (*MockInterface) WaitCleanup ¶
func (m *MockInterface) WaitCleanup(arg0 context.Context) error
WaitCleanup mocks base method.
func (*MockInterface) WaitCleanupAfterKubeAPIServer ¶
func (m *MockInterface) WaitCleanupAfterKubeAPIServer(arg0 context.Context) error
WaitCleanupAfterKubeAPIServer mocks base method.
func (*MockInterface) WaitCleanupBeforeKubeAPIServer ¶
func (m *MockInterface) WaitCleanupBeforeKubeAPIServer(arg0 context.Context) error
WaitCleanupBeforeKubeAPIServer mocks base method.
func (*MockInterface) WaitCleanupStaleResources ¶
func (m *MockInterface) WaitCleanupStaleResources(arg0 context.Context) error
WaitCleanupStaleResources mocks base method.
func (*MockInterface) WaitMigrateAfterKubeAPIServer ¶
func (m *MockInterface) WaitMigrateAfterKubeAPIServer(arg0 context.Context) error
WaitMigrateAfterKubeAPIServer mocks base method.
func (*MockInterface) WaitMigrateBeforeKubeAPIServer ¶
func (m *MockInterface) WaitMigrateBeforeKubeAPIServer(arg0 context.Context) error
WaitMigrateBeforeKubeAPIServer mocks base method.
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface.
func (*MockInterfaceMockRecorder) DeleteStaleResources ¶
func (mr *MockInterfaceMockRecorder) DeleteStaleResources(arg0 any) *gomock.Call
DeleteStaleResources indicates an expected call of DeleteStaleResources.
func (*MockInterfaceMockRecorder) DeployAfterKubeAPIServer ¶
func (mr *MockInterfaceMockRecorder) DeployAfterKubeAPIServer(arg0 any) *gomock.Call
DeployAfterKubeAPIServer indicates an expected call of DeployAfterKubeAPIServer.
func (*MockInterfaceMockRecorder) DeployAfterWorker ¶ added in v1.92.0
func (mr *MockInterfaceMockRecorder) DeployAfterWorker(arg0 any) *gomock.Call
DeployAfterWorker indicates an expected call of DeployAfterWorker.
func (*MockInterfaceMockRecorder) DeployBeforeKubeAPIServer ¶
func (mr *MockInterfaceMockRecorder) DeployBeforeKubeAPIServer(arg0 any) *gomock.Call
DeployBeforeKubeAPIServer indicates an expected call of DeployBeforeKubeAPIServer.
func (*MockInterfaceMockRecorder) DestroyAfterKubeAPIServer ¶
func (mr *MockInterfaceMockRecorder) DestroyAfterKubeAPIServer(arg0 any) *gomock.Call
DestroyAfterKubeAPIServer indicates an expected call of DestroyAfterKubeAPIServer.
func (*MockInterfaceMockRecorder) DestroyBeforeKubeAPIServer ¶
func (mr *MockInterfaceMockRecorder) DestroyBeforeKubeAPIServer(arg0 any) *gomock.Call
DestroyBeforeKubeAPIServer indicates an expected call of DestroyBeforeKubeAPIServer.
func (*MockInterfaceMockRecorder) Extensions ¶
func (mr *MockInterfaceMockRecorder) Extensions() *gomock.Call
Extensions indicates an expected call of Extensions.
func (*MockInterfaceMockRecorder) MigrateAfterKubeAPIServer ¶
func (mr *MockInterfaceMockRecorder) MigrateAfterKubeAPIServer(arg0 any) *gomock.Call
MigrateAfterKubeAPIServer indicates an expected call of MigrateAfterKubeAPIServer.
func (*MockInterfaceMockRecorder) MigrateBeforeKubeAPIServer ¶
func (mr *MockInterfaceMockRecorder) MigrateBeforeKubeAPIServer(arg0 any) *gomock.Call
MigrateBeforeKubeAPIServer indicates an expected call of MigrateBeforeKubeAPIServer.
func (*MockInterfaceMockRecorder) RestoreAfterKubeAPIServer ¶
func (mr *MockInterfaceMockRecorder) RestoreAfterKubeAPIServer(arg0, arg1 any) *gomock.Call
RestoreAfterKubeAPIServer indicates an expected call of RestoreAfterKubeAPIServer.
func (*MockInterfaceMockRecorder) RestoreAfterWorker ¶ added in v1.92.0
func (mr *MockInterfaceMockRecorder) RestoreAfterWorker(arg0, arg1 any) *gomock.Call
RestoreAfterWorker indicates an expected call of RestoreAfterWorker.
func (*MockInterfaceMockRecorder) RestoreBeforeKubeAPIServer ¶
func (mr *MockInterfaceMockRecorder) RestoreBeforeKubeAPIServer(arg0, arg1 any) *gomock.Call
RestoreBeforeKubeAPIServer indicates an expected call of RestoreBeforeKubeAPIServer.
func (*MockInterfaceMockRecorder) WaitAfterKubeAPIServer ¶
func (mr *MockInterfaceMockRecorder) WaitAfterKubeAPIServer(arg0 any) *gomock.Call
WaitAfterKubeAPIServer indicates an expected call of WaitAfterKubeAPIServer.
func (*MockInterfaceMockRecorder) WaitAfterWorker ¶ added in v1.92.0
func (mr *MockInterfaceMockRecorder) WaitAfterWorker(arg0 any) *gomock.Call
WaitAfterWorker indicates an expected call of WaitAfterWorker.
func (*MockInterfaceMockRecorder) WaitBeforeKubeAPIServer ¶
func (mr *MockInterfaceMockRecorder) WaitBeforeKubeAPIServer(arg0 any) *gomock.Call
WaitBeforeKubeAPIServer indicates an expected call of WaitBeforeKubeAPIServer.
func (*MockInterfaceMockRecorder) WaitCleanup ¶
func (mr *MockInterfaceMockRecorder) WaitCleanup(arg0 any) *gomock.Call
WaitCleanup indicates an expected call of WaitCleanup.
func (*MockInterfaceMockRecorder) WaitCleanupAfterKubeAPIServer ¶
func (mr *MockInterfaceMockRecorder) WaitCleanupAfterKubeAPIServer(arg0 any) *gomock.Call
WaitCleanupAfterKubeAPIServer indicates an expected call of WaitCleanupAfterKubeAPIServer.
func (*MockInterfaceMockRecorder) WaitCleanupBeforeKubeAPIServer ¶
func (mr *MockInterfaceMockRecorder) WaitCleanupBeforeKubeAPIServer(arg0 any) *gomock.Call
WaitCleanupBeforeKubeAPIServer indicates an expected call of WaitCleanupBeforeKubeAPIServer.
func (*MockInterfaceMockRecorder) WaitCleanupStaleResources ¶
func (mr *MockInterfaceMockRecorder) WaitCleanupStaleResources(arg0 any) *gomock.Call
WaitCleanupStaleResources indicates an expected call of WaitCleanupStaleResources.
func (*MockInterfaceMockRecorder) WaitMigrateAfterKubeAPIServer ¶
func (mr *MockInterfaceMockRecorder) WaitMigrateAfterKubeAPIServer(arg0 any) *gomock.Call
WaitMigrateAfterKubeAPIServer indicates an expected call of WaitMigrateAfterKubeAPIServer.
func (*MockInterfaceMockRecorder) WaitMigrateBeforeKubeAPIServer ¶
func (mr *MockInterfaceMockRecorder) WaitMigrateBeforeKubeAPIServer(arg0 any) *gomock.Call
WaitMigrateBeforeKubeAPIServer indicates an expected call of WaitMigrateBeforeKubeAPIServer.