mocks

package
v1.2.1-0...-e31c98a Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package shootOperations is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type K8sClientsCacheMock

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

func NewK8sClientCacheMock

func NewK8sClientCacheMock(k8sClient kubernetes.Interface, gardenK8sClient gardenClientSet.Interface) *K8sClientsCacheMock

func (*K8sClientsCacheMock) Get

func (*K8sClientsCacheMock) GetGardenClientSet

func (cache *K8sClientsCacheMock) GetGardenClientSet() gardenClientSet.Interface

func (*K8sClientsCacheMock) GetK8sClientSet

func (cache *K8sClientsCacheMock) GetK8sClientSet() kubernetes.Interface

type MockCloudProfileInterface

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

MockCloudProfileInterface is a mock of CloudProfileInterface interface

func NewMockCloudProfileInterface

func NewMockCloudProfileInterface(ctrl *gomock.Controller) *MockCloudProfileInterface

NewMockCloudProfileInterface creates a new mock instance

func (*MockCloudProfileInterface) Create

Create mocks base method

func (*MockCloudProfileInterface) Delete

func (m *MockCloudProfileInterface) Delete(arg0 string, arg1 *v1.DeleteOptions) error

Delete mocks base method

func (*MockCloudProfileInterface) DeleteCollection

func (m *MockCloudProfileInterface) DeleteCollection(arg0 *v1.DeleteOptions, arg1 v1.ListOptions) error

DeleteCollection mocks base method

func (*MockCloudProfileInterface) EXPECT

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

func (*MockCloudProfileInterface) Get

Get mocks base method

func (*MockCloudProfileInterface) List

List mocks base method

func (*MockCloudProfileInterface) Patch

func (m *MockCloudProfileInterface) Patch(arg0 string, arg1 types.PatchType, arg2 []byte, arg3 ...string) (*v1beta1.CloudProfile, error)

Patch mocks base method

func (*MockCloudProfileInterface) Update

Update mocks base method

func (*MockCloudProfileInterface) Watch

Watch mocks base method

type MockCloudProfileInterfaceMockRecorder

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

MockCloudProfileInterfaceMockRecorder is the mock recorder for MockCloudProfileInterface

func (*MockCloudProfileInterfaceMockRecorder) Create

func (mr *MockCloudProfileInterfaceMockRecorder) Create(arg0 interface{}) *gomock.Call

Create indicates an expected call of Create

func (*MockCloudProfileInterfaceMockRecorder) Delete

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

Delete indicates an expected call of Delete

func (*MockCloudProfileInterfaceMockRecorder) DeleteCollection

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

DeleteCollection indicates an expected call of DeleteCollection

func (*MockCloudProfileInterfaceMockRecorder) Get

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

Get indicates an expected call of Get

func (*MockCloudProfileInterfaceMockRecorder) List

func (mr *MockCloudProfileInterfaceMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List

func (*MockCloudProfileInterfaceMockRecorder) Patch

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

Patch indicates an expected call of Patch

func (*MockCloudProfileInterfaceMockRecorder) Update

func (mr *MockCloudProfileInterfaceMockRecorder) Update(arg0 interface{}) *gomock.Call

Update indicates an expected call of Update

func (*MockCloudProfileInterfaceMockRecorder) Watch

func (mr *MockCloudProfileInterfaceMockRecorder) Watch(arg0 interface{}) *gomock.Call

Watch indicates an expected call of Watch

type MockIngressInterface

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

MockIngressInterface is a mock of IngressInterface interface

func NewMockIngressInterface

func NewMockIngressInterface(ctrl *gomock.Controller) *MockIngressInterface

NewMockIngressInterface creates a new mock instance

func (*MockIngressInterface) Create

Create mocks base method

func (*MockIngressInterface) Delete

func (m *MockIngressInterface) Delete(arg0 string, arg1 *v1.DeleteOptions) error

Delete mocks base method

func (*MockIngressInterface) DeleteCollection

func (m *MockIngressInterface) DeleteCollection(arg0 *v1.DeleteOptions, arg1 v1.ListOptions) error

DeleteCollection mocks base method

func (*MockIngressInterface) EXPECT

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

func (*MockIngressInterface) Get

func (m *MockIngressInterface) Get(arg0 string, arg1 v1.GetOptions) (*v1beta1.Ingress, error)

Get mocks base method

func (*MockIngressInterface) List

List mocks base method

func (*MockIngressInterface) Patch

func (m *MockIngressInterface) Patch(arg0 string, arg1 types.PatchType, arg2 []byte, arg3 ...string) (*v1beta1.Ingress, error)

Patch mocks base method

func (*MockIngressInterface) Update

Update mocks base method

func (*MockIngressInterface) UpdateStatus

func (m *MockIngressInterface) UpdateStatus(arg0 *v1beta1.Ingress) (*v1beta1.Ingress, error)

UpdateStatus mocks base method

func (*MockIngressInterface) Watch

Watch mocks base method

type MockIngressInterfaceMockRecorder

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

MockIngressInterfaceMockRecorder is the mock recorder for MockIngressInterface

func (*MockIngressInterfaceMockRecorder) Create

func (mr *MockIngressInterfaceMockRecorder) Create(arg0 interface{}) *gomock.Call

Create indicates an expected call of Create

func (*MockIngressInterfaceMockRecorder) Delete

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

Delete indicates an expected call of Delete

func (*MockIngressInterfaceMockRecorder) DeleteCollection

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

DeleteCollection indicates an expected call of DeleteCollection

func (*MockIngressInterfaceMockRecorder) Get

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

Get indicates an expected call of Get

func (*MockIngressInterfaceMockRecorder) List

func (mr *MockIngressInterfaceMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List

func (*MockIngressInterfaceMockRecorder) Patch

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

Patch indicates an expected call of Patch

func (*MockIngressInterfaceMockRecorder) Update

func (mr *MockIngressInterfaceMockRecorder) Update(arg0 interface{}) *gomock.Call

Update indicates an expected call of Update

func (*MockIngressInterfaceMockRecorder) UpdateStatus

func (mr *MockIngressInterfaceMockRecorder) UpdateStatus(arg0 interface{}) *gomock.Call

UpdateStatus indicates an expected call of UpdateStatus

func (*MockIngressInterfaceMockRecorder) Watch

func (mr *MockIngressInterfaceMockRecorder) Watch(arg0 interface{}) *gomock.Call

Watch indicates an expected call of Watch

type MockNamespaceInterface

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

MockNamespaceInterface is a mock of NamespaceInterface interface

func NewMockNamespaceInterface

func NewMockNamespaceInterface(ctrl *gomock.Controller) *MockNamespaceInterface

NewMockNamespaceInterface creates a new mock instance

func (*MockNamespaceInterface) Create

func (m *MockNamespaceInterface) Create(arg0 *v1.Namespace) (*v1.Namespace, error)

Create mocks base method

func (*MockNamespaceInterface) Delete

func (m *MockNamespaceInterface) Delete(arg0 string, arg1 *v10.DeleteOptions) error

Delete mocks base method

func (*MockNamespaceInterface) DeleteCollection

func (m *MockNamespaceInterface) DeleteCollection(arg0 *v10.DeleteOptions, arg1 v10.ListOptions) error

DeleteCollection mocks base method

func (*MockNamespaceInterface) EXPECT

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

func (*MockNamespaceInterface) Finalize

func (m *MockNamespaceInterface) Finalize(arg0 *v1.Namespace) (*v1.Namespace, error)

Finalize mocks base method

func (*MockNamespaceInterface) Get

func (m *MockNamespaceInterface) Get(arg0 string, arg1 v10.GetOptions) (*v1.Namespace, error)

Get mocks base method

func (*MockNamespaceInterface) List

List mocks base method

func (*MockNamespaceInterface) Patch

func (m *MockNamespaceInterface) Patch(arg0 string, arg1 types.PatchType, arg2 []byte, arg3 ...string) (*v1.Namespace, error)

Patch mocks base method

func (*MockNamespaceInterface) Update

func (m *MockNamespaceInterface) Update(arg0 *v1.Namespace) (*v1.Namespace, error)

Update mocks base method

func (*MockNamespaceInterface) UpdateStatus

func (m *MockNamespaceInterface) UpdateStatus(arg0 *v1.Namespace) (*v1.Namespace, error)

UpdateStatus mocks base method

func (*MockNamespaceInterface) Watch

Watch mocks base method

type MockNamespaceInterfaceMockRecorder

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

MockNamespaceInterfaceMockRecorder is the mock recorder for MockNamespaceInterface

func (*MockNamespaceInterfaceMockRecorder) Create

func (mr *MockNamespaceInterfaceMockRecorder) Create(arg0 interface{}) *gomock.Call

Create indicates an expected call of Create

func (*MockNamespaceInterfaceMockRecorder) Delete

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

Delete indicates an expected call of Delete

func (*MockNamespaceInterfaceMockRecorder) DeleteCollection

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

DeleteCollection indicates an expected call of DeleteCollection

func (*MockNamespaceInterfaceMockRecorder) Finalize

func (mr *MockNamespaceInterfaceMockRecorder) Finalize(arg0 interface{}) *gomock.Call

Finalize indicates an expected call of Finalize

func (*MockNamespaceInterfaceMockRecorder) Get

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

Get indicates an expected call of Get

func (*MockNamespaceInterfaceMockRecorder) List

func (mr *MockNamespaceInterfaceMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List

func (*MockNamespaceInterfaceMockRecorder) Patch

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

Patch indicates an expected call of Patch

func (*MockNamespaceInterfaceMockRecorder) Update

func (mr *MockNamespaceInterfaceMockRecorder) Update(arg0 interface{}) *gomock.Call

Update indicates an expected call of Update

func (*MockNamespaceInterfaceMockRecorder) UpdateStatus

func (mr *MockNamespaceInterfaceMockRecorder) UpdateStatus(arg0 interface{}) *gomock.Call

UpdateStatus indicates an expected call of UpdateStatus

func (*MockNamespaceInterfaceMockRecorder) Watch

func (mr *MockNamespaceInterfaceMockRecorder) Watch(arg0 interface{}) *gomock.Call

Watch indicates an expected call of Watch

type MockPersistentVolumeClaimInterface

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

MockPersistentVolumeClaimInterface is a mock of PersistentVolumeClaimInterface interface

func NewMockPersistentVolumeClaimInterface

func NewMockPersistentVolumeClaimInterface(ctrl *gomock.Controller) *MockPersistentVolumeClaimInterface

NewMockPersistentVolumeClaimInterface creates a new mock instance

func (*MockPersistentVolumeClaimInterface) Create

Create mocks base method

func (*MockPersistentVolumeClaimInterface) Delete

Delete mocks base method

func (*MockPersistentVolumeClaimInterface) DeleteCollection

func (m *MockPersistentVolumeClaimInterface) DeleteCollection(arg0 *v10.DeleteOptions, arg1 v10.ListOptions) error

DeleteCollection mocks base method

func (*MockPersistentVolumeClaimInterface) EXPECT

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

func (*MockPersistentVolumeClaimInterface) Get

Get mocks base method

func (*MockPersistentVolumeClaimInterface) List

List mocks base method

func (*MockPersistentVolumeClaimInterface) Patch

Patch mocks base method

func (*MockPersistentVolumeClaimInterface) Update

Update mocks base method

func (*MockPersistentVolumeClaimInterface) UpdateStatus

UpdateStatus mocks base method

func (*MockPersistentVolumeClaimInterface) Watch

Watch mocks base method

type MockPersistentVolumeClaimInterfaceMockRecorder

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

MockPersistentVolumeClaimInterfaceMockRecorder is the mock recorder for MockPersistentVolumeClaimInterface

func (*MockPersistentVolumeClaimInterfaceMockRecorder) Create

func (mr *MockPersistentVolumeClaimInterfaceMockRecorder) Create(arg0 interface{}) *gomock.Call

Create indicates an expected call of Create

func (*MockPersistentVolumeClaimInterfaceMockRecorder) Delete

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

Delete indicates an expected call of Delete

func (*MockPersistentVolumeClaimInterfaceMockRecorder) DeleteCollection

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

DeleteCollection indicates an expected call of DeleteCollection

func (*MockPersistentVolumeClaimInterfaceMockRecorder) Get

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

Get indicates an expected call of Get

func (*MockPersistentVolumeClaimInterfaceMockRecorder) List

func (mr *MockPersistentVolumeClaimInterfaceMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List

func (*MockPersistentVolumeClaimInterfaceMockRecorder) Patch

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

Patch indicates an expected call of Patch

func (*MockPersistentVolumeClaimInterfaceMockRecorder) Update

func (mr *MockPersistentVolumeClaimInterfaceMockRecorder) Update(arg0 interface{}) *gomock.Call

Update indicates an expected call of Update

func (*MockPersistentVolumeClaimInterfaceMockRecorder) UpdateStatus

func (mr *MockPersistentVolumeClaimInterfaceMockRecorder) UpdateStatus(arg0 interface{}) *gomock.Call

UpdateStatus indicates an expected call of UpdateStatus

func (*MockPersistentVolumeClaimInterfaceMockRecorder) Watch

func (mr *MockPersistentVolumeClaimInterfaceMockRecorder) Watch(arg0 interface{}) *gomock.Call

Watch indicates an expected call of Watch

type MockPersistentVolumeInterface

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

MockPersistentVolumeInterface is a mock of PersistentVolumeInterface interface

func NewMockPersistentVolumeInterface

func NewMockPersistentVolumeInterface(ctrl *gomock.Controller) *MockPersistentVolumeInterface

NewMockPersistentVolumeInterface creates a new mock instance

func (*MockPersistentVolumeInterface) Create

Create mocks base method

func (*MockPersistentVolumeInterface) Delete

Delete mocks base method

func (*MockPersistentVolumeInterface) DeleteCollection

func (m *MockPersistentVolumeInterface) DeleteCollection(arg0 *v10.DeleteOptions, arg1 v10.ListOptions) error

DeleteCollection mocks base method

func (*MockPersistentVolumeInterface) EXPECT

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

func (*MockPersistentVolumeInterface) Get

Get mocks base method

func (*MockPersistentVolumeInterface) List

List mocks base method

func (*MockPersistentVolumeInterface) Patch

func (m *MockPersistentVolumeInterface) Patch(arg0 string, arg1 types.PatchType, arg2 []byte, arg3 ...string) (*v1.PersistentVolume, error)

Patch mocks base method

func (*MockPersistentVolumeInterface) Update

Update mocks base method

func (*MockPersistentVolumeInterface) UpdateStatus

UpdateStatus mocks base method

func (*MockPersistentVolumeInterface) Watch

Watch mocks base method

type MockPersistentVolumeInterfaceMockRecorder

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

MockPersistentVolumeInterfaceMockRecorder is the mock recorder for MockPersistentVolumeInterface

func (*MockPersistentVolumeInterfaceMockRecorder) Create

func (mr *MockPersistentVolumeInterfaceMockRecorder) Create(arg0 interface{}) *gomock.Call

Create indicates an expected call of Create

func (*MockPersistentVolumeInterfaceMockRecorder) Delete

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

Delete indicates an expected call of Delete

func (*MockPersistentVolumeInterfaceMockRecorder) DeleteCollection

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

DeleteCollection indicates an expected call of DeleteCollection

func (*MockPersistentVolumeInterfaceMockRecorder) Get

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

Get indicates an expected call of Get

func (*MockPersistentVolumeInterfaceMockRecorder) List

func (mr *MockPersistentVolumeInterfaceMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List

func (*MockPersistentVolumeInterfaceMockRecorder) Patch

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

Patch indicates an expected call of Patch

func (*MockPersistentVolumeInterfaceMockRecorder) Update

func (mr *MockPersistentVolumeInterfaceMockRecorder) Update(arg0 interface{}) *gomock.Call

Update indicates an expected call of Update

func (*MockPersistentVolumeInterfaceMockRecorder) UpdateStatus

func (mr *MockPersistentVolumeInterfaceMockRecorder) UpdateStatus(arg0 interface{}) *gomock.Call

UpdateStatus indicates an expected call of UpdateStatus

func (*MockPersistentVolumeInterfaceMockRecorder) Watch

func (mr *MockPersistentVolumeInterfaceMockRecorder) Watch(arg0 interface{}) *gomock.Call

Watch indicates an expected call of Watch

type MockPodInterface

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

MockPodInterface is a mock of PodInterface interface

func NewMockPodInterface

func NewMockPodInterface(ctrl *gomock.Controller) *MockPodInterface

NewMockPodInterface creates a new mock instance

func (*MockPodInterface) Bind

func (m *MockPodInterface) Bind(arg0 *v1.Binding) error

Bind mocks base method

func (*MockPodInterface) Create

func (m *MockPodInterface) Create(arg0 *v1.Pod) (*v1.Pod, error)

Create mocks base method

func (*MockPodInterface) Delete

func (m *MockPodInterface) Delete(arg0 string, arg1 *v10.DeleteOptions) error

Delete mocks base method

func (*MockPodInterface) DeleteCollection

func (m *MockPodInterface) DeleteCollection(arg0 *v10.DeleteOptions, arg1 v10.ListOptions) error

DeleteCollection mocks base method

func (*MockPodInterface) EXPECT

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

func (*MockPodInterface) Evict

func (m *MockPodInterface) Evict(arg0 *v1beta1.Eviction) error

Evict mocks base method

func (*MockPodInterface) Get

func (m *MockPodInterface) Get(arg0 string, arg1 v10.GetOptions) (*v1.Pod, error)

Get mocks base method

func (*MockPodInterface) GetLogs

func (m *MockPodInterface) GetLogs(arg0 string, arg1 *v1.PodLogOptions) *rest.Request

GetLogs mocks base method

func (*MockPodInterface) List

func (m *MockPodInterface) List(arg0 v10.ListOptions) (*v1.PodList, error)

List mocks base method

func (*MockPodInterface) Patch

func (m *MockPodInterface) Patch(arg0 string, arg1 types.PatchType, arg2 []byte, arg3 ...string) (*v1.Pod, error)

Patch mocks base method

func (*MockPodInterface) Update

func (m *MockPodInterface) Update(arg0 *v1.Pod) (*v1.Pod, error)

Update mocks base method

func (*MockPodInterface) UpdateStatus

func (m *MockPodInterface) UpdateStatus(arg0 *v1.Pod) (*v1.Pod, error)

UpdateStatus mocks base method

func (*MockPodInterface) Watch

Watch mocks base method

type MockPodInterfaceMockRecorder

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

MockPodInterfaceMockRecorder is the mock recorder for MockPodInterface

func (*MockPodInterfaceMockRecorder) Bind

func (mr *MockPodInterfaceMockRecorder) Bind(arg0 interface{}) *gomock.Call

Bind indicates an expected call of Bind

func (*MockPodInterfaceMockRecorder) Create

func (mr *MockPodInterfaceMockRecorder) Create(arg0 interface{}) *gomock.Call

Create indicates an expected call of Create

func (*MockPodInterfaceMockRecorder) Delete

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

Delete indicates an expected call of Delete

func (*MockPodInterfaceMockRecorder) DeleteCollection

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

DeleteCollection indicates an expected call of DeleteCollection

func (*MockPodInterfaceMockRecorder) Evict

func (mr *MockPodInterfaceMockRecorder) Evict(arg0 interface{}) *gomock.Call

Evict indicates an expected call of Evict

func (*MockPodInterfaceMockRecorder) Get

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

Get indicates an expected call of Get

func (*MockPodInterfaceMockRecorder) GetLogs

func (mr *MockPodInterfaceMockRecorder) GetLogs(arg0, arg1 interface{}) *gomock.Call

GetLogs indicates an expected call of GetLogs

func (*MockPodInterfaceMockRecorder) List

func (mr *MockPodInterfaceMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List

func (*MockPodInterfaceMockRecorder) Patch

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

Patch indicates an expected call of Patch

func (*MockPodInterfaceMockRecorder) Update

func (mr *MockPodInterfaceMockRecorder) Update(arg0 interface{}) *gomock.Call

Update indicates an expected call of Update

func (*MockPodInterfaceMockRecorder) UpdateStatus

func (mr *MockPodInterfaceMockRecorder) UpdateStatus(arg0 interface{}) *gomock.Call

UpdateStatus indicates an expected call of UpdateStatus

func (*MockPodInterfaceMockRecorder) Watch

func (mr *MockPodInterfaceMockRecorder) Watch(arg0 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 *v1beta1.Shoot) (*v1beta1.Shoot, error)

Create mocks base method

func (*MockShootInterface) Delete

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

Delete mocks base method

func (*MockShootInterface) DeleteCollection

func (m *MockShootInterface) DeleteCollection(arg0 *v1.DeleteOptions, arg1 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 string, arg1 v1.GetOptions) (*v1beta1.Shoot, error)

Get mocks base method

func (*MockShootInterface) List

List mocks base method

func (*MockShootInterface) Patch

func (m *MockShootInterface) Patch(arg0 string, arg1 types.PatchType, arg2 []byte, arg3 ...string) (*v1beta1.Shoot, error)

Patch mocks base method

func (*MockShootInterface) Update

func (m *MockShootInterface) Update(arg0 *v1beta1.Shoot) (*v1beta1.Shoot, error)

Update mocks base method

func (*MockShootInterface) UpdateStatus

func (m *MockShootInterface) UpdateStatus(arg0 *v1beta1.Shoot) (*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 interface{}) *gomock.Call

Create indicates an expected call of Create

func (*MockShootInterfaceMockRecorder) Delete

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

Delete indicates an expected call of Delete

func (*MockShootInterfaceMockRecorder) DeleteCollection

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

DeleteCollection indicates an expected call of DeleteCollection

func (*MockShootInterfaceMockRecorder) Get

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

Get indicates an expected call of Get

func (*MockShootInterfaceMockRecorder) List

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

List indicates an expected call of List

func (*MockShootInterfaceMockRecorder) Patch

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

Patch indicates an expected call of Patch

func (*MockShootInterfaceMockRecorder) Update

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

Update indicates an expected call of Update

func (*MockShootInterfaceMockRecorder) UpdateStatus

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

UpdateStatus indicates an expected call of UpdateStatus

func (*MockShootInterfaceMockRecorder) Watch

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

Watch indicates an expected call of Watch

type MockStorageClassInterface

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

MockStorageClassInterface is a mock of StorageClassInterface interface

func NewMockStorageClassInterface

func NewMockStorageClassInterface(ctrl *gomock.Controller) *MockStorageClassInterface

NewMockStorageClassInterface creates a new mock instance

func (*MockStorageClassInterface) Create

Create mocks base method

func (*MockStorageClassInterface) Delete

func (m *MockStorageClassInterface) Delete(arg0 string, arg1 *v10.DeleteOptions) error

Delete mocks base method

func (*MockStorageClassInterface) DeleteCollection

func (m *MockStorageClassInterface) DeleteCollection(arg0 *v10.DeleteOptions, arg1 v10.ListOptions) error

DeleteCollection mocks base method

func (*MockStorageClassInterface) EXPECT

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

func (*MockStorageClassInterface) Get

Get mocks base method

func (*MockStorageClassInterface) List

List mocks base method

func (*MockStorageClassInterface) Patch

func (m *MockStorageClassInterface) Patch(arg0 string, arg1 types.PatchType, arg2 []byte, arg3 ...string) (*v1.StorageClass, error)

Patch mocks base method

func (*MockStorageClassInterface) Update

Update mocks base method

func (*MockStorageClassInterface) Watch

Watch mocks base method

type MockStorageClassInterfaceMockRecorder

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

MockStorageClassInterfaceMockRecorder is the mock recorder for MockStorageClassInterface

func (*MockStorageClassInterfaceMockRecorder) Create

func (mr *MockStorageClassInterfaceMockRecorder) Create(arg0 interface{}) *gomock.Call

Create indicates an expected call of Create

func (*MockStorageClassInterfaceMockRecorder) Delete

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

Delete indicates an expected call of Delete

func (*MockStorageClassInterfaceMockRecorder) DeleteCollection

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

DeleteCollection indicates an expected call of DeleteCollection

func (*MockStorageClassInterfaceMockRecorder) Get

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

Get indicates an expected call of Get

func (*MockStorageClassInterfaceMockRecorder) List

func (mr *MockStorageClassInterfaceMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List

func (*MockStorageClassInterfaceMockRecorder) Patch

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

Patch indicates an expected call of Patch

func (*MockStorageClassInterfaceMockRecorder) Update

func (mr *MockStorageClassInterfaceMockRecorder) Update(arg0 interface{}) *gomock.Call

Update indicates an expected call of Update

func (*MockStorageClassInterfaceMockRecorder) Watch

func (mr *MockStorageClassInterfaceMockRecorder) Watch(arg0 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