mock

package
v1.47.0 Latest Latest
Warning

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

Go to latest
Published: May 19, 2022 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 10 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCoreV1beta1Interface

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

MockCoreV1beta1Interface is a mock of CoreV1beta1Interface interface.

func NewMockCoreV1beta1Interface

func NewMockCoreV1beta1Interface(ctrl *gomock.Controller) *MockCoreV1beta1Interface

NewMockCoreV1beta1Interface creates a new mock instance.

func (*MockCoreV1beta1Interface) BackupBuckets

BackupBuckets mocks base method.

func (*MockCoreV1beta1Interface) BackupEntries

BackupEntries mocks base method.

func (*MockCoreV1beta1Interface) CloudProfiles

CloudProfiles mocks base method.

func (*MockCoreV1beta1Interface) ControllerDeployments added in v1.23.0

ControllerDeployments mocks base method.

func (*MockCoreV1beta1Interface) ControllerInstallations

ControllerInstallations mocks base method.

func (*MockCoreV1beta1Interface) ControllerRegistrations

ControllerRegistrations mocks base method.

func (*MockCoreV1beta1Interface) EXPECT

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

func (*MockCoreV1beta1Interface) Plants

Plants mocks base method.

func (*MockCoreV1beta1Interface) Projects

Projects mocks base method.

func (*MockCoreV1beta1Interface) Quotas

Quotas mocks base method.

func (*MockCoreV1beta1Interface) RESTClient

func (m *MockCoreV1beta1Interface) RESTClient() rest.Interface

RESTClient mocks base method.

func (*MockCoreV1beta1Interface) SecretBindings

SecretBindings mocks base method.

func (*MockCoreV1beta1Interface) Seeds

Seeds mocks base method.

func (*MockCoreV1beta1Interface) Shoots

Shoots mocks base method.

type MockCoreV1beta1InterfaceMockRecorder

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

MockCoreV1beta1InterfaceMockRecorder is the mock recorder for MockCoreV1beta1Interface.

func (*MockCoreV1beta1InterfaceMockRecorder) BackupBuckets

func (mr *MockCoreV1beta1InterfaceMockRecorder) BackupBuckets() *gomock.Call

BackupBuckets indicates an expected call of BackupBuckets.

func (*MockCoreV1beta1InterfaceMockRecorder) BackupEntries

func (mr *MockCoreV1beta1InterfaceMockRecorder) BackupEntries(arg0 interface{}) *gomock.Call

BackupEntries indicates an expected call of BackupEntries.

func (*MockCoreV1beta1InterfaceMockRecorder) CloudProfiles

func (mr *MockCoreV1beta1InterfaceMockRecorder) CloudProfiles() *gomock.Call

CloudProfiles indicates an expected call of CloudProfiles.

func (*MockCoreV1beta1InterfaceMockRecorder) ControllerDeployments added in v1.23.0

func (mr *MockCoreV1beta1InterfaceMockRecorder) ControllerDeployments() *gomock.Call

ControllerDeployments indicates an expected call of ControllerDeployments.

func (*MockCoreV1beta1InterfaceMockRecorder) ControllerInstallations

func (mr *MockCoreV1beta1InterfaceMockRecorder) ControllerInstallations() *gomock.Call

ControllerInstallations indicates an expected call of ControllerInstallations.

func (*MockCoreV1beta1InterfaceMockRecorder) ControllerRegistrations

func (mr *MockCoreV1beta1InterfaceMockRecorder) ControllerRegistrations() *gomock.Call

ControllerRegistrations indicates an expected call of ControllerRegistrations.

func (*MockCoreV1beta1InterfaceMockRecorder) Plants

func (mr *MockCoreV1beta1InterfaceMockRecorder) Plants(arg0 interface{}) *gomock.Call

Plants indicates an expected call of Plants.

func (*MockCoreV1beta1InterfaceMockRecorder) Projects

Projects indicates an expected call of Projects.

func (*MockCoreV1beta1InterfaceMockRecorder) Quotas

func (mr *MockCoreV1beta1InterfaceMockRecorder) Quotas(arg0 interface{}) *gomock.Call

Quotas indicates an expected call of Quotas.

func (*MockCoreV1beta1InterfaceMockRecorder) RESTClient

RESTClient indicates an expected call of RESTClient.

func (*MockCoreV1beta1InterfaceMockRecorder) SecretBindings

func (mr *MockCoreV1beta1InterfaceMockRecorder) SecretBindings(arg0 interface{}) *gomock.Call

SecretBindings indicates an expected call of SecretBindings.

func (*MockCoreV1beta1InterfaceMockRecorder) Seeds

Seeds indicates an expected call of Seeds.

func (*MockCoreV1beta1InterfaceMockRecorder) Shoots

func (mr *MockCoreV1beta1InterfaceMockRecorder) Shoots(arg0 interface{}) *gomock.Call

Shoots indicates an expected call of Shoots.

type MockSeedInterface

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

MockSeedInterface is a mock of SeedInterface interface.

func NewMockSeedInterface

func NewMockSeedInterface(ctrl *gomock.Controller) *MockSeedInterface

NewMockSeedInterface creates a new mock instance.

func (*MockSeedInterface) Create

func (m *MockSeedInterface) Create(arg0 context.Context, arg1 *v1beta1.Seed, arg2 v1.CreateOptions) (*v1beta1.Seed, error)

Create mocks base method.

func (*MockSeedInterface) Delete

func (m *MockSeedInterface) Delete(arg0 context.Context, arg1 string, arg2 v1.DeleteOptions) error

Delete mocks base method.

func (*MockSeedInterface) DeleteCollection

func (m *MockSeedInterface) DeleteCollection(arg0 context.Context, arg1 v1.DeleteOptions, arg2 v1.ListOptions) error

DeleteCollection mocks base method.

func (*MockSeedInterface) EXPECT

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

func (*MockSeedInterface) Get

func (m *MockSeedInterface) Get(arg0 context.Context, arg1 string, arg2 v1.GetOptions) (*v1beta1.Seed, error)

Get mocks base method.

func (*MockSeedInterface) List

List mocks base method.

func (*MockSeedInterface) Patch

func (m *MockSeedInterface) Patch(arg0 context.Context, arg1 string, arg2 types.PatchType, arg3 []byte, arg4 v1.PatchOptions, arg5 ...string) (*v1beta1.Seed, error)

Patch mocks base method.

func (*MockSeedInterface) Update

func (m *MockSeedInterface) Update(arg0 context.Context, arg1 *v1beta1.Seed, arg2 v1.UpdateOptions) (*v1beta1.Seed, error)

Update mocks base method.

func (*MockSeedInterface) UpdateStatus

func (m *MockSeedInterface) UpdateStatus(arg0 context.Context, arg1 *v1beta1.Seed, arg2 v1.UpdateOptions) (*v1beta1.Seed, error)

UpdateStatus mocks base method.

func (*MockSeedInterface) Watch

Watch mocks base method.

type MockSeedInterfaceMockRecorder

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

MockSeedInterfaceMockRecorder is the mock recorder for MockSeedInterface.

func (*MockSeedInterfaceMockRecorder) Create

func (mr *MockSeedInterfaceMockRecorder) Create(arg0, arg1, arg2 interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockSeedInterfaceMockRecorder) Delete

func (mr *MockSeedInterfaceMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockSeedInterfaceMockRecorder) DeleteCollection

func (mr *MockSeedInterfaceMockRecorder) DeleteCollection(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteCollection indicates an expected call of DeleteCollection.

func (*MockSeedInterfaceMockRecorder) Get

func (mr *MockSeedInterfaceMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockSeedInterfaceMockRecorder) List

func (mr *MockSeedInterfaceMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockSeedInterfaceMockRecorder) Patch

func (mr *MockSeedInterfaceMockRecorder) Patch(arg0, arg1, arg2, arg3, arg4 interface{}, arg5 ...interface{}) *gomock.Call

Patch indicates an expected call of Patch.

func (*MockSeedInterfaceMockRecorder) Update

func (mr *MockSeedInterfaceMockRecorder) Update(arg0, arg1, arg2 interface{}) *gomock.Call

Update indicates an expected call of Update.

func (*MockSeedInterfaceMockRecorder) UpdateStatus

func (mr *MockSeedInterfaceMockRecorder) UpdateStatus(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateStatus indicates an expected call of UpdateStatus.

func (*MockSeedInterfaceMockRecorder) Watch

func (mr *MockSeedInterfaceMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call

Watch indicates an expected call of Watch.

type MockShootInterface

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

MockShootInterface is a mock of ShootInterface interface.

func NewMockShootInterface

func NewMockShootInterface(ctrl *gomock.Controller) *MockShootInterface

NewMockShootInterface creates a new mock instance.

func (*MockShootInterface) Create

func (m *MockShootInterface) Create(arg0 context.Context, arg1 *v1beta1.Shoot, arg2 v1.CreateOptions) (*v1beta1.Shoot, error)

Create mocks base method.

func (*MockShootInterface) CreateAdminKubeconfigRequest added in v1.24.0

func (m *MockShootInterface) CreateAdminKubeconfigRequest(arg0 context.Context, arg1 string, arg2 *v1alpha1.AdminKubeconfigRequest, arg3 v1.CreateOptions) (*v1alpha1.AdminKubeconfigRequest, error)

CreateAdminKubeconfigRequest mocks base method.

func (*MockShootInterface) Delete

func (m *MockShootInterface) Delete(arg0 context.Context, arg1 string, arg2 v1.DeleteOptions) error

Delete mocks base method.

func (*MockShootInterface) DeleteCollection

func (m *MockShootInterface) DeleteCollection(arg0 context.Context, arg1 v1.DeleteOptions, arg2 v1.ListOptions) error

DeleteCollection mocks base method.

func (*MockShootInterface) EXPECT

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

func (*MockShootInterface) Get

func (m *MockShootInterface) Get(arg0 context.Context, arg1 string, arg2 v1.GetOptions) (*v1beta1.Shoot, error)

Get mocks base method.

func (*MockShootInterface) List

List mocks base method.

func (*MockShootInterface) Patch

func (m *MockShootInterface) Patch(arg0 context.Context, arg1 string, arg2 types.PatchType, arg3 []byte, arg4 v1.PatchOptions, arg5 ...string) (*v1beta1.Shoot, error)

Patch mocks base method.

func (*MockShootInterface) Update

func (m *MockShootInterface) Update(arg0 context.Context, arg1 *v1beta1.Shoot, arg2 v1.UpdateOptions) (*v1beta1.Shoot, error)

Update mocks base method.

func (*MockShootInterface) UpdateStatus

func (m *MockShootInterface) UpdateStatus(arg0 context.Context, arg1 *v1beta1.Shoot, arg2 v1.UpdateOptions) (*v1beta1.Shoot, error)

UpdateStatus mocks base method.

func (*MockShootInterface) Watch

Watch mocks base method.

type MockShootInterfaceMockRecorder

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

MockShootInterfaceMockRecorder is the mock recorder for MockShootInterface.

func (*MockShootInterfaceMockRecorder) Create

func (mr *MockShootInterfaceMockRecorder) Create(arg0, arg1, arg2 interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockShootInterfaceMockRecorder) CreateAdminKubeconfigRequest added in v1.24.0

func (mr *MockShootInterfaceMockRecorder) CreateAdminKubeconfigRequest(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

CreateAdminKubeconfigRequest indicates an expected call of CreateAdminKubeconfigRequest.

func (*MockShootInterfaceMockRecorder) Delete

func (mr *MockShootInterfaceMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockShootInterfaceMockRecorder) DeleteCollection

func (mr *MockShootInterfaceMockRecorder) DeleteCollection(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteCollection indicates an expected call of DeleteCollection.

func (*MockShootInterfaceMockRecorder) Get

func (mr *MockShootInterfaceMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockShootInterfaceMockRecorder) List

func (mr *MockShootInterfaceMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockShootInterfaceMockRecorder) Patch

func (mr *MockShootInterfaceMockRecorder) Patch(arg0, arg1, arg2, arg3, arg4 interface{}, arg5 ...interface{}) *gomock.Call

Patch indicates an expected call of Patch.

func (*MockShootInterfaceMockRecorder) Update

func (mr *MockShootInterfaceMockRecorder) Update(arg0, arg1, arg2 interface{}) *gomock.Call

Update indicates an expected call of Update.

func (*MockShootInterfaceMockRecorder) UpdateStatus

func (mr *MockShootInterfaceMockRecorder) UpdateStatus(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateStatus indicates an expected call of UpdateStatus.

func (*MockShootInterfaceMockRecorder) Watch

func (mr *MockShootInterfaceMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call

Watch indicates an expected call of Watch.

Jump to

Keyboard shortcuts

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