shoot

package
v1.16.2 Latest Latest
Warning

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

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

Documentation

Overview

Package shoot is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockExtensionContainerRuntime

type MockExtensionContainerRuntime struct {
	// contains filtered or unexported fields
}

MockExtensionContainerRuntime is a mock of ExtensionContainerRuntime interface.

func NewMockExtensionContainerRuntime

func NewMockExtensionContainerRuntime(ctrl *gomock.Controller) *MockExtensionContainerRuntime

NewMockExtensionContainerRuntime creates a new mock instance.

func (*MockExtensionContainerRuntime) DeleteStaleResources

func (m *MockExtensionContainerRuntime) DeleteStaleResources(arg0 context.Context) error

DeleteStaleResources mocks base method.

func (*MockExtensionContainerRuntime) Deploy

Deploy mocks base method.

func (*MockExtensionContainerRuntime) Destroy

Destroy mocks base method.

func (*MockExtensionContainerRuntime) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockExtensionContainerRuntime) Migrate

Migrate mocks base method.

func (*MockExtensionContainerRuntime) Restore

Restore mocks base method.

func (*MockExtensionContainerRuntime) Wait

Wait mocks base method.

func (*MockExtensionContainerRuntime) WaitCleanup

func (m *MockExtensionContainerRuntime) WaitCleanup(arg0 context.Context) error

WaitCleanup mocks base method.

func (*MockExtensionContainerRuntime) WaitMigrate

func (m *MockExtensionContainerRuntime) WaitMigrate(arg0 context.Context) error

WaitMigrate mocks base method.

type MockExtensionContainerRuntimeMockRecorder

type MockExtensionContainerRuntimeMockRecorder struct {
	// contains filtered or unexported fields
}

MockExtensionContainerRuntimeMockRecorder is the mock recorder for MockExtensionContainerRuntime.

func (*MockExtensionContainerRuntimeMockRecorder) DeleteStaleResources

func (mr *MockExtensionContainerRuntimeMockRecorder) DeleteStaleResources(arg0 interface{}) *gomock.Call

DeleteStaleResources indicates an expected call of DeleteStaleResources.

func (*MockExtensionContainerRuntimeMockRecorder) Deploy

func (mr *MockExtensionContainerRuntimeMockRecorder) Deploy(arg0 interface{}) *gomock.Call

Deploy indicates an expected call of Deploy.

func (*MockExtensionContainerRuntimeMockRecorder) Destroy

func (mr *MockExtensionContainerRuntimeMockRecorder) Destroy(arg0 interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*MockExtensionContainerRuntimeMockRecorder) Migrate

func (mr *MockExtensionContainerRuntimeMockRecorder) Migrate(arg0 interface{}) *gomock.Call

Migrate indicates an expected call of Migrate.

func (*MockExtensionContainerRuntimeMockRecorder) Restore

func (mr *MockExtensionContainerRuntimeMockRecorder) Restore(arg0, arg1 interface{}) *gomock.Call

Restore indicates an expected call of Restore.

func (*MockExtensionContainerRuntimeMockRecorder) Wait

func (mr *MockExtensionContainerRuntimeMockRecorder) Wait(arg0 interface{}) *gomock.Call

Wait indicates an expected call of Wait.

func (*MockExtensionContainerRuntimeMockRecorder) WaitCleanup

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

WaitCleanup indicates an expected call of WaitCleanup.

func (*MockExtensionContainerRuntimeMockRecorder) WaitMigrate

func (mr *MockExtensionContainerRuntimeMockRecorder) WaitMigrate(arg0 interface{}) *gomock.Call

WaitMigrate indicates an expected call of WaitMigrate.

type MockExtensionInfrastructure

type MockExtensionInfrastructure struct {
	// contains filtered or unexported fields
}

MockExtensionInfrastructure is a mock of ExtensionInfrastructure interface.

func NewMockExtensionInfrastructure

func NewMockExtensionInfrastructure(ctrl *gomock.Controller) *MockExtensionInfrastructure

NewMockExtensionInfrastructure creates a new mock instance.

func (*MockExtensionInfrastructure) Deploy

Deploy mocks base method.

func (*MockExtensionInfrastructure) Destroy

Destroy mocks base method.

func (*MockExtensionInfrastructure) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockExtensionInfrastructure) Migrate

Migrate mocks base method.

func (*MockExtensionInfrastructure) NodesCIDR

func (m *MockExtensionInfrastructure) NodesCIDR() *string

NodesCIDR mocks base method.

func (*MockExtensionInfrastructure) ProviderStatus

func (m *MockExtensionInfrastructure) ProviderStatus() *runtime.RawExtension

ProviderStatus mocks base method.

func (*MockExtensionInfrastructure) Restore

Restore mocks base method.

func (*MockExtensionInfrastructure) SetSSHPublicKey

func (m *MockExtensionInfrastructure) SetSSHPublicKey(arg0 []byte)

SetSSHPublicKey mocks base method.

func (*MockExtensionInfrastructure) Wait

Wait mocks base method.

func (*MockExtensionInfrastructure) WaitCleanup

func (m *MockExtensionInfrastructure) WaitCleanup(arg0 context.Context) error

WaitCleanup mocks base method.

func (*MockExtensionInfrastructure) WaitMigrate

func (m *MockExtensionInfrastructure) WaitMigrate(arg0 context.Context) error

WaitMigrate mocks base method.

type MockExtensionInfrastructureMockRecorder

type MockExtensionInfrastructureMockRecorder struct {
	// contains filtered or unexported fields
}

MockExtensionInfrastructureMockRecorder is the mock recorder for MockExtensionInfrastructure.

func (*MockExtensionInfrastructureMockRecorder) Deploy

func (mr *MockExtensionInfrastructureMockRecorder) Deploy(arg0 interface{}) *gomock.Call

Deploy indicates an expected call of Deploy.

func (*MockExtensionInfrastructureMockRecorder) Destroy

func (mr *MockExtensionInfrastructureMockRecorder) Destroy(arg0 interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*MockExtensionInfrastructureMockRecorder) Migrate

func (mr *MockExtensionInfrastructureMockRecorder) Migrate(arg0 interface{}) *gomock.Call

Migrate indicates an expected call of Migrate.

func (*MockExtensionInfrastructureMockRecorder) NodesCIDR

NodesCIDR indicates an expected call of NodesCIDR.

func (*MockExtensionInfrastructureMockRecorder) ProviderStatus

func (mr *MockExtensionInfrastructureMockRecorder) ProviderStatus() *gomock.Call

ProviderStatus indicates an expected call of ProviderStatus.

func (*MockExtensionInfrastructureMockRecorder) Restore

func (mr *MockExtensionInfrastructureMockRecorder) Restore(arg0, arg1 interface{}) *gomock.Call

Restore indicates an expected call of Restore.

func (*MockExtensionInfrastructureMockRecorder) SetSSHPublicKey

func (mr *MockExtensionInfrastructureMockRecorder) SetSSHPublicKey(arg0 interface{}) *gomock.Call

SetSSHPublicKey indicates an expected call of SetSSHPublicKey.

func (*MockExtensionInfrastructureMockRecorder) Wait

func (mr *MockExtensionInfrastructureMockRecorder) Wait(arg0 interface{}) *gomock.Call

Wait indicates an expected call of Wait.

func (*MockExtensionInfrastructureMockRecorder) WaitCleanup

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

WaitCleanup indicates an expected call of WaitCleanup.

func (*MockExtensionInfrastructureMockRecorder) WaitMigrate

func (mr *MockExtensionInfrastructureMockRecorder) WaitMigrate(arg0 interface{}) *gomock.Call

WaitMigrate indicates an expected call of WaitMigrate.

type MockExtensionWorker

type MockExtensionWorker struct {
	// contains filtered or unexported fields
}

MockExtensionWorker is a mock of ExtensionWorker interface.

func NewMockExtensionWorker

func NewMockExtensionWorker(ctrl *gomock.Controller) *MockExtensionWorker

NewMockExtensionWorker creates a new mock instance.

func (*MockExtensionWorker) Deploy

func (m *MockExtensionWorker) Deploy(arg0 context.Context) error

Deploy mocks base method.

func (*MockExtensionWorker) Destroy

func (m *MockExtensionWorker) Destroy(arg0 context.Context) error

Destroy mocks base method.

func (*MockExtensionWorker) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockExtensionWorker) MachineDeployments

func (m *MockExtensionWorker) MachineDeployments() []v1alpha10.MachineDeployment

MachineDeployments mocks base method.

func (*MockExtensionWorker) Migrate

func (m *MockExtensionWorker) Migrate(arg0 context.Context) error

Migrate mocks base method.

func (*MockExtensionWorker) Restore

func (m *MockExtensionWorker) Restore(arg0 context.Context, arg1 *v1alpha1.ShootState) error

Restore mocks base method.

func (*MockExtensionWorker) SetInfrastructureProviderStatus

func (m *MockExtensionWorker) SetInfrastructureProviderStatus(arg0 *runtime.RawExtension)

SetInfrastructureProviderStatus mocks base method.

func (*MockExtensionWorker) SetOperatingSystemConfigMaps

func (m *MockExtensionWorker) SetOperatingSystemConfigMaps(arg0 map[string]shoot.OperatingSystemConfigs)

SetOperatingSystemConfigMaps mocks base method.

func (*MockExtensionWorker) SetSSHPublicKey

func (m *MockExtensionWorker) SetSSHPublicKey(arg0 []byte)

SetSSHPublicKey mocks base method.

func (*MockExtensionWorker) Wait

func (m *MockExtensionWorker) Wait(arg0 context.Context) error

Wait mocks base method.

func (*MockExtensionWorker) WaitCleanup

func (m *MockExtensionWorker) WaitCleanup(arg0 context.Context) error

WaitCleanup mocks base method.

func (*MockExtensionWorker) WaitMigrate

func (m *MockExtensionWorker) WaitMigrate(arg0 context.Context) error

WaitMigrate mocks base method.

type MockExtensionWorkerMockRecorder

type MockExtensionWorkerMockRecorder struct {
	// contains filtered or unexported fields
}

MockExtensionWorkerMockRecorder is the mock recorder for MockExtensionWorker.

func (*MockExtensionWorkerMockRecorder) Deploy

func (mr *MockExtensionWorkerMockRecorder) Deploy(arg0 interface{}) *gomock.Call

Deploy indicates an expected call of Deploy.

func (*MockExtensionWorkerMockRecorder) Destroy

func (mr *MockExtensionWorkerMockRecorder) Destroy(arg0 interface{}) *gomock.Call

Destroy indicates an expected call of Destroy.

func (*MockExtensionWorkerMockRecorder) MachineDeployments

func (mr *MockExtensionWorkerMockRecorder) MachineDeployments() *gomock.Call

MachineDeployments indicates an expected call of MachineDeployments.

func (*MockExtensionWorkerMockRecorder) Migrate

func (mr *MockExtensionWorkerMockRecorder) Migrate(arg0 interface{}) *gomock.Call

Migrate indicates an expected call of Migrate.

func (*MockExtensionWorkerMockRecorder) Restore

func (mr *MockExtensionWorkerMockRecorder) Restore(arg0, arg1 interface{}) *gomock.Call

Restore indicates an expected call of Restore.

func (*MockExtensionWorkerMockRecorder) SetInfrastructureProviderStatus

func (mr *MockExtensionWorkerMockRecorder) SetInfrastructureProviderStatus(arg0 interface{}) *gomock.Call

SetInfrastructureProviderStatus indicates an expected call of SetInfrastructureProviderStatus.

func (*MockExtensionWorkerMockRecorder) SetOperatingSystemConfigMaps

func (mr *MockExtensionWorkerMockRecorder) SetOperatingSystemConfigMaps(arg0 interface{}) *gomock.Call

SetOperatingSystemConfigMaps indicates an expected call of SetOperatingSystemConfigMaps.

func (*MockExtensionWorkerMockRecorder) SetSSHPublicKey

func (mr *MockExtensionWorkerMockRecorder) SetSSHPublicKey(arg0 interface{}) *gomock.Call

SetSSHPublicKey indicates an expected call of SetSSHPublicKey.

func (*MockExtensionWorkerMockRecorder) Wait

func (mr *MockExtensionWorkerMockRecorder) Wait(arg0 interface{}) *gomock.Call

Wait indicates an expected call of Wait.

func (*MockExtensionWorkerMockRecorder) WaitCleanup

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

WaitCleanup indicates an expected call of WaitCleanup.

func (*MockExtensionWorkerMockRecorder) WaitMigrate

func (mr *MockExtensionWorkerMockRecorder) WaitMigrate(arg0 interface{}) *gomock.Call

WaitMigrate indicates an expected call of WaitMigrate.

Jump to

Keyboard shortcuts

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