v1beta1

package
v0.0.0-...-1764fb8 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2019 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 MockGardenV1beta1Interface

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

MockGardenV1beta1Interface is a mock of GardenV1beta1Interface interface

func NewMockGardenV1beta1Interface

func NewMockGardenV1beta1Interface(ctrl *gomock.Controller) *MockGardenV1beta1Interface

NewMockGardenV1beta1Interface creates a new mock instance

func (*MockGardenV1beta1Interface) BackupInfrastructures

BackupInfrastructures mocks base method

func (*MockGardenV1beta1Interface) CloudProfiles

CloudProfiles mocks base method

func (*MockGardenV1beta1Interface) EXPECT

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

func (*MockGardenV1beta1Interface) Projects

Projects mocks base method

func (*MockGardenV1beta1Interface) Quotas

Quotas mocks base method

func (*MockGardenV1beta1Interface) RESTClient

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

RESTClient mocks base method

func (*MockGardenV1beta1Interface) SecretBindings

SecretBindings mocks base method

func (*MockGardenV1beta1Interface) Seeds

Seeds mocks base method

func (*MockGardenV1beta1Interface) Shoots

Shoots mocks base method

type MockGardenV1beta1InterfaceMockRecorder

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

MockGardenV1beta1InterfaceMockRecorder is the mock recorder for MockGardenV1beta1Interface

func (*MockGardenV1beta1InterfaceMockRecorder) BackupInfrastructures

func (mr *MockGardenV1beta1InterfaceMockRecorder) BackupInfrastructures(arg0 interface{}) *gomock.Call

BackupInfrastructures indicates an expected call of BackupInfrastructures

func (*MockGardenV1beta1InterfaceMockRecorder) CloudProfiles

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

CloudProfiles indicates an expected call of CloudProfiles

func (*MockGardenV1beta1InterfaceMockRecorder) Projects

Projects indicates an expected call of Projects

func (*MockGardenV1beta1InterfaceMockRecorder) Quotas

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

Quotas indicates an expected call of Quotas

func (*MockGardenV1beta1InterfaceMockRecorder) RESTClient

RESTClient indicates an expected call of RESTClient

func (*MockGardenV1beta1InterfaceMockRecorder) SecretBindings

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

SecretBindings indicates an expected call of SecretBindings

func (*MockGardenV1beta1InterfaceMockRecorder) Seeds

Seeds indicates an expected call of Seeds

func (*MockGardenV1beta1InterfaceMockRecorder) Shoots

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

Shoots indicates an expected call of Shoots

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