v1beta1

package
v1.5.1 Latest Latest
Warning

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

Go to latest
Published: May 27, 2020 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 8 Imported by: 0

Documentation

Overview

Package v1beta1 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) 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) 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 added in v1.5.0

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

MockSeedInterface is a mock of SeedInterface interface

func NewMockSeedInterface added in v1.5.0

func NewMockSeedInterface(ctrl *gomock.Controller) *MockSeedInterface

NewMockSeedInterface creates a new mock instance

func (*MockSeedInterface) Create added in v1.5.0

func (m *MockSeedInterface) Create(arg0 *v1beta1.Seed) (*v1beta1.Seed, error)

Create mocks base method

func (*MockSeedInterface) Delete added in v1.5.0

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

Delete mocks base method

func (*MockSeedInterface) DeleteCollection added in v1.5.0

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

DeleteCollection mocks base method

func (*MockSeedInterface) EXPECT added in v1.5.0

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

func (*MockSeedInterface) Get added in v1.5.0

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

Get mocks base method

func (*MockSeedInterface) List added in v1.5.0

List mocks base method

func (*MockSeedInterface) Patch added in v1.5.0

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

Patch mocks base method

func (*MockSeedInterface) Update added in v1.5.0

func (m *MockSeedInterface) Update(arg0 *v1beta1.Seed) (*v1beta1.Seed, error)

Update mocks base method

func (*MockSeedInterface) UpdateStatus added in v1.5.0

func (m *MockSeedInterface) UpdateStatus(arg0 *v1beta1.Seed) (*v1beta1.Seed, error)

UpdateStatus mocks base method

func (*MockSeedInterface) Watch added in v1.5.0

Watch mocks base method

type MockSeedInterfaceMockRecorder added in v1.5.0

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

MockSeedInterfaceMockRecorder is the mock recorder for MockSeedInterface

func (*MockSeedInterfaceMockRecorder) Create added in v1.5.0

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

Create indicates an expected call of Create

func (*MockSeedInterfaceMockRecorder) Delete added in v1.5.0

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

Delete indicates an expected call of Delete

func (*MockSeedInterfaceMockRecorder) DeleteCollection added in v1.5.0

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

DeleteCollection indicates an expected call of DeleteCollection

func (*MockSeedInterfaceMockRecorder) Get added in v1.5.0

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

Get indicates an expected call of Get

func (*MockSeedInterfaceMockRecorder) List added in v1.5.0

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

List indicates an expected call of List

func (*MockSeedInterfaceMockRecorder) Patch added in v1.5.0

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

Patch indicates an expected call of Patch

func (*MockSeedInterfaceMockRecorder) Update added in v1.5.0

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

Update indicates an expected call of Update

func (*MockSeedInterfaceMockRecorder) UpdateStatus added in v1.5.0

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

UpdateStatus indicates an expected call of UpdateStatus

func (*MockSeedInterfaceMockRecorder) Watch added in v1.5.0

func (mr *MockSeedInterfaceMockRecorder) 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

Jump to

Keyboard shortcuts

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