extension

package
v1.63.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 1, 2023 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 5 Imported by: 0

Documentation

Overview

Package extension is a generated GoMock package.

Index

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 added in v1.62.0

func (m *MockInterface) DeployAfterKubeAPIServer(arg0 context.Context) error

DeployAfterKubeAPIServer mocks base method.

func (*MockInterface) DeployBeforeKubeAPIServer added in v1.62.0

func (m *MockInterface) DeployBeforeKubeAPIServer(arg0 context.Context) error

DeployBeforeKubeAPIServer mocks base method.

func (*MockInterface) DestroyAfterKubeAPIServer added in v1.62.0

func (m *MockInterface) DestroyAfterKubeAPIServer(arg0 context.Context) error

DestroyAfterKubeAPIServer mocks base method.

func (*MockInterface) DestroyBeforeKubeAPIServer added in v1.62.0

func (m *MockInterface) DestroyBeforeKubeAPIServer(arg0 context.Context) error

DestroyBeforeKubeAPIServer mocks base method.

func (*MockInterface) EXPECT

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 added in v1.62.0

func (m *MockInterface) MigrateAfterKubeAPIServer(arg0 context.Context) error

MigrateAfterKubeAPIServer mocks base method.

func (*MockInterface) MigrateBeforeKubeAPIServer added in v1.62.0

func (m *MockInterface) MigrateBeforeKubeAPIServer(arg0 context.Context) error

MigrateBeforeKubeAPIServer mocks base method.

func (*MockInterface) RestoreAfterKubeAPIServer added in v1.62.0

func (m *MockInterface) RestoreAfterKubeAPIServer(arg0 context.Context, arg1 *v1alpha1.ShootState) error

RestoreAfterKubeAPIServer mocks base method.

func (*MockInterface) RestoreBeforeKubeAPIServer added in v1.62.0

func (m *MockInterface) RestoreBeforeKubeAPIServer(arg0 context.Context, arg1 *v1alpha1.ShootState) error

RestoreBeforeKubeAPIServer mocks base method.

func (*MockInterface) WaitAfterKubeAPIServer added in v1.62.0

func (m *MockInterface) WaitAfterKubeAPIServer(arg0 context.Context) error

WaitAfterKubeAPIServer mocks base method.

func (*MockInterface) WaitBeforeKubeAPIServer added in v1.62.0

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 added in v1.62.0

func (m *MockInterface) WaitCleanupAfterKubeAPIServer(arg0 context.Context) error

WaitCleanupAfterKubeAPIServer mocks base method.

func (*MockInterface) WaitCleanupBeforeKubeAPIServer added in v1.62.0

func (m *MockInterface) WaitCleanupBeforeKubeAPIServer(arg0 context.Context) error

WaitCleanupBeforeKubeAPIServer mocks base method.

func (*MockInterface) WaitCleanupStaleResources added in v1.32.0

func (m *MockInterface) WaitCleanupStaleResources(arg0 context.Context) error

WaitCleanupStaleResources mocks base method.

func (*MockInterface) WaitMigrateAfterKubeAPIServer added in v1.62.0

func (m *MockInterface) WaitMigrateAfterKubeAPIServer(arg0 context.Context) error

WaitMigrateAfterKubeAPIServer mocks base method.

func (*MockInterface) WaitMigrateBeforeKubeAPIServer added in v1.62.0

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 interface{}) *gomock.Call

DeleteStaleResources indicates an expected call of DeleteStaleResources.

func (*MockInterfaceMockRecorder) DeployAfterKubeAPIServer added in v1.62.0

func (mr *MockInterfaceMockRecorder) DeployAfterKubeAPIServer(arg0 interface{}) *gomock.Call

DeployAfterKubeAPIServer indicates an expected call of DeployAfterKubeAPIServer.

func (*MockInterfaceMockRecorder) DeployBeforeKubeAPIServer added in v1.62.0

func (mr *MockInterfaceMockRecorder) DeployBeforeKubeAPIServer(arg0 interface{}) *gomock.Call

DeployBeforeKubeAPIServer indicates an expected call of DeployBeforeKubeAPIServer.

func (*MockInterfaceMockRecorder) DestroyAfterKubeAPIServer added in v1.62.0

func (mr *MockInterfaceMockRecorder) DestroyAfterKubeAPIServer(arg0 interface{}) *gomock.Call

DestroyAfterKubeAPIServer indicates an expected call of DestroyAfterKubeAPIServer.

func (*MockInterfaceMockRecorder) DestroyBeforeKubeAPIServer added in v1.62.0

func (mr *MockInterfaceMockRecorder) DestroyBeforeKubeAPIServer(arg0 interface{}) *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 added in v1.62.0

func (mr *MockInterfaceMockRecorder) MigrateAfterKubeAPIServer(arg0 interface{}) *gomock.Call

MigrateAfterKubeAPIServer indicates an expected call of MigrateAfterKubeAPIServer.

func (*MockInterfaceMockRecorder) MigrateBeforeKubeAPIServer added in v1.62.0

func (mr *MockInterfaceMockRecorder) MigrateBeforeKubeAPIServer(arg0 interface{}) *gomock.Call

MigrateBeforeKubeAPIServer indicates an expected call of MigrateBeforeKubeAPIServer.

func (*MockInterfaceMockRecorder) RestoreAfterKubeAPIServer added in v1.62.0

func (mr *MockInterfaceMockRecorder) RestoreAfterKubeAPIServer(arg0, arg1 interface{}) *gomock.Call

RestoreAfterKubeAPIServer indicates an expected call of RestoreAfterKubeAPIServer.

func (*MockInterfaceMockRecorder) RestoreBeforeKubeAPIServer added in v1.62.0

func (mr *MockInterfaceMockRecorder) RestoreBeforeKubeAPIServer(arg0, arg1 interface{}) *gomock.Call

RestoreBeforeKubeAPIServer indicates an expected call of RestoreBeforeKubeAPIServer.

func (*MockInterfaceMockRecorder) WaitAfterKubeAPIServer added in v1.62.0

func (mr *MockInterfaceMockRecorder) WaitAfterKubeAPIServer(arg0 interface{}) *gomock.Call

WaitAfterKubeAPIServer indicates an expected call of WaitAfterKubeAPIServer.

func (*MockInterfaceMockRecorder) WaitBeforeKubeAPIServer added in v1.62.0

func (mr *MockInterfaceMockRecorder) WaitBeforeKubeAPIServer(arg0 interface{}) *gomock.Call

WaitBeforeKubeAPIServer indicates an expected call of WaitBeforeKubeAPIServer.

func (*MockInterfaceMockRecorder) WaitCleanup

func (mr *MockInterfaceMockRecorder) WaitCleanup(arg0 interface{}) *gomock.Call

WaitCleanup indicates an expected call of WaitCleanup.

func (*MockInterfaceMockRecorder) WaitCleanupAfterKubeAPIServer added in v1.62.0

func (mr *MockInterfaceMockRecorder) WaitCleanupAfterKubeAPIServer(arg0 interface{}) *gomock.Call

WaitCleanupAfterKubeAPIServer indicates an expected call of WaitCleanupAfterKubeAPIServer.

func (*MockInterfaceMockRecorder) WaitCleanupBeforeKubeAPIServer added in v1.62.0

func (mr *MockInterfaceMockRecorder) WaitCleanupBeforeKubeAPIServer(arg0 interface{}) *gomock.Call

WaitCleanupBeforeKubeAPIServer indicates an expected call of WaitCleanupBeforeKubeAPIServer.

func (*MockInterfaceMockRecorder) WaitCleanupStaleResources added in v1.32.0

func (mr *MockInterfaceMockRecorder) WaitCleanupStaleResources(arg0 interface{}) *gomock.Call

WaitCleanupStaleResources indicates an expected call of WaitCleanupStaleResources.

func (*MockInterfaceMockRecorder) WaitMigrateAfterKubeAPIServer added in v1.62.0

func (mr *MockInterfaceMockRecorder) WaitMigrateAfterKubeAPIServer(arg0 interface{}) *gomock.Call

WaitMigrateAfterKubeAPIServer indicates an expected call of WaitMigrateAfterKubeAPIServer.

func (*MockInterfaceMockRecorder) WaitMigrateBeforeKubeAPIServer added in v1.62.0

func (mr *MockInterfaceMockRecorder) WaitMigrateBeforeKubeAPIServer(arg0 interface{}) *gomock.Call

WaitMigrateBeforeKubeAPIServer indicates an expected call of WaitMigrateBeforeKubeAPIServer.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL