v1beta1

package
v0.33.7 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 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 MockCoreV1alpha1Interface

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

MockCoreV1alpha1Interface is a mock of CoreV1alpha1Interface interface

func NewMockCoreV1alpha1Interface

func NewMockCoreV1alpha1Interface(ctrl *gomock.Controller) *MockCoreV1alpha1Interface

NewMockCoreV1alpha1Interface creates a new mock instance

func (*MockCoreV1alpha1Interface) BackupBuckets

BackupBuckets mocks base method

func (*MockCoreV1alpha1Interface) BackupEntries

BackupEntries mocks base method

func (*MockCoreV1alpha1Interface) CloudProfiles

CloudProfiles mocks base method

func (*MockCoreV1alpha1Interface) ControllerInstallations

ControllerInstallations mocks base method

func (*MockCoreV1alpha1Interface) ControllerRegistrations

ControllerRegistrations mocks base method

func (*MockCoreV1alpha1Interface) EXPECT

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

func (*MockCoreV1alpha1Interface) Plants

Plants mocks base method

func (*MockCoreV1alpha1Interface) Projects

Projects mocks base method

func (*MockCoreV1alpha1Interface) Quotas

Quotas mocks base method

func (*MockCoreV1alpha1Interface) RESTClient

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

RESTClient mocks base method

func (*MockCoreV1alpha1Interface) SecretBindings

SecretBindings mocks base method

func (*MockCoreV1alpha1Interface) Seeds

Seeds mocks base method

func (*MockCoreV1alpha1Interface) ShootStates added in v0.33.0

ShootStates mocks base method

func (*MockCoreV1alpha1Interface) Shoots

Shoots mocks base method

type MockCoreV1alpha1InterfaceMockRecorder

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

MockCoreV1alpha1InterfaceMockRecorder is the mock recorder for MockCoreV1alpha1Interface

func (*MockCoreV1alpha1InterfaceMockRecorder) BackupBuckets

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

BackupBuckets indicates an expected call of BackupBuckets

func (*MockCoreV1alpha1InterfaceMockRecorder) BackupEntries

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

BackupEntries indicates an expected call of BackupEntries

func (*MockCoreV1alpha1InterfaceMockRecorder) CloudProfiles

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

CloudProfiles indicates an expected call of CloudProfiles

func (*MockCoreV1alpha1InterfaceMockRecorder) ControllerInstallations

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

ControllerInstallations indicates an expected call of ControllerInstallations

func (*MockCoreV1alpha1InterfaceMockRecorder) ControllerRegistrations

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

ControllerRegistrations indicates an expected call of ControllerRegistrations

func (*MockCoreV1alpha1InterfaceMockRecorder) Plants

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

Plants indicates an expected call of Plants

func (*MockCoreV1alpha1InterfaceMockRecorder) Projects

Projects indicates an expected call of Projects

func (*MockCoreV1alpha1InterfaceMockRecorder) Quotas

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

Quotas indicates an expected call of Quotas

func (*MockCoreV1alpha1InterfaceMockRecorder) RESTClient

RESTClient indicates an expected call of RESTClient

func (*MockCoreV1alpha1InterfaceMockRecorder) SecretBindings

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

SecretBindings indicates an expected call of SecretBindings

func (*MockCoreV1alpha1InterfaceMockRecorder) Seeds

Seeds indicates an expected call of Seeds

func (*MockCoreV1alpha1InterfaceMockRecorder) ShootStates added in v0.33.0

func (mr *MockCoreV1alpha1InterfaceMockRecorder) ShootStates(arg0 interface{}) *gomock.Call

ShootStates indicates an expected call of ShootStates

func (*MockCoreV1alpha1InterfaceMockRecorder) Shoots

func (mr *MockCoreV1alpha1InterfaceMockRecorder) 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 *v1alpha1.Shoot) (*v1alpha1.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) (*v1alpha1.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) (*v1alpha1.Shoot, error)

Patch mocks base method

func (*MockShootInterface) Update

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

Update mocks base method

func (*MockShootInterface) UpdateStatus

func (m *MockShootInterface) UpdateStatus(arg0 *v1alpha1.Shoot) (*v1alpha1.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