kubernetes

package
v1.17.3 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2021 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 15 Imported by: 0

Documentation

Overview

Package kubernetes is a generated GoMock package.

Package kubernetes is a generated GoMock package.

Package kubernetes is a generated GoMock package.

Package kubernetes is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockApplier added in v1.6.0

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

MockApplier is a mock of Applier interface.

func NewMockApplier added in v1.6.0

func NewMockApplier(ctrl *gomock.Controller) *MockApplier

NewMockApplier creates a new mock instance.

func (*MockApplier) ApplyManifest added in v1.6.0

ApplyManifest mocks base method.

func (*MockApplier) DeleteManifest added in v1.6.0

DeleteManifest mocks base method.

func (*MockApplier) EXPECT added in v1.6.0

func (m *MockApplier) EXPECT() *MockApplierMockRecorder

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

type MockApplierMockRecorder added in v1.6.0

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

MockApplierMockRecorder is the mock recorder for MockApplier.

func (*MockApplierMockRecorder) ApplyManifest added in v1.6.0

func (mr *MockApplierMockRecorder) ApplyManifest(arg0, arg1, arg2 interface{}) *gomock.Call

ApplyManifest indicates an expected call of ApplyManifest.

func (*MockApplierMockRecorder) DeleteManifest added in v1.6.0

func (mr *MockApplierMockRecorder) DeleteManifest(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteManifest indicates an expected call of DeleteManifest.

type MockChartApplier

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

MockChartApplier is a mock of ChartApplier interface.

func NewMockChartApplier

func NewMockChartApplier(ctrl *gomock.Controller) *MockChartApplier

NewMockChartApplier creates a new mock instance.

func (*MockChartApplier) Apply

func (m *MockChartApplier) Apply(arg0 context.Context, arg1, arg2, arg3 string, arg4 ...kubernetes.ApplyOption) error

Apply mocks base method.

func (*MockChartApplier) Delete

func (m *MockChartApplier) Delete(arg0 context.Context, arg1, arg2, arg3 string, arg4 ...kubernetes.DeleteOption) error

Delete mocks base method.

func (*MockChartApplier) EXPECT

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

func (*MockChartApplier) Render

func (m *MockChartApplier) Render(arg0, arg1, arg2 string, arg3 interface{}) (*chartrenderer.RenderedChart, error)

Render mocks base method.

func (*MockChartApplier) RenderArchive

func (m *MockChartApplier) RenderArchive(arg0 []byte, arg1, arg2 string, arg3 interface{}) (*chartrenderer.RenderedChart, error)

RenderArchive mocks base method.

type MockChartApplierMockRecorder

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

MockChartApplierMockRecorder is the mock recorder for MockChartApplier.

func (*MockChartApplierMockRecorder) Apply

func (mr *MockChartApplierMockRecorder) Apply(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call

Apply indicates an expected call of Apply.

func (*MockChartApplierMockRecorder) Delete

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

Delete indicates an expected call of Delete.

func (*MockChartApplierMockRecorder) Render

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

Render indicates an expected call of Render.

func (*MockChartApplierMockRecorder) RenderArchive

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

RenderArchive indicates an expected call of RenderArchive.

type MockInterface

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

MockInterface is a mock of Interface interface.

func NewMockInterface

func NewMockInterface(ctrl *gomock.Controller) *MockInterface

NewMockInterface creates a new mock instance.

func (*MockInterface) APIExtension

func (m *MockInterface) APIExtension() clientset.Interface

APIExtension mocks base method.

func (*MockInterface) APIRegistration

func (m *MockInterface) APIRegistration() clientset0.Interface

APIRegistration mocks base method.

func (*MockInterface) Applier

func (m *MockInterface) Applier() kubernetes.Applier

Applier mocks base method.

func (*MockInterface) Cache added in v1.7.0

func (m *MockInterface) Cache() cache.Cache

Cache mocks base method.

func (*MockInterface) ChartApplier added in v1.6.0

func (m *MockInterface) ChartApplier() kubernetes.ChartApplier

ChartApplier mocks base method.

func (*MockInterface) ChartRenderer added in v1.6.0

func (m *MockInterface) ChartRenderer() chartrenderer.Interface

ChartRenderer mocks base method.

func (*MockInterface) CheckForwardPodPort

func (m *MockInterface) CheckForwardPodPort(arg0, arg1 string, arg2, arg3 int) error

CheckForwardPodPort mocks base method.

func (*MockInterface) Client

func (m *MockInterface) Client() client.Client

Client mocks base method.

func (*MockInterface) DirectClient added in v1.7.0

func (m *MockInterface) DirectClient() client.Client

DirectClient mocks base method.

func (*MockInterface) DiscoverVersion added in v1.8.0

func (m *MockInterface) DiscoverVersion() (*version.Info, error)

DiscoverVersion mocks base method.

func (*MockInterface) EXPECT

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

func (*MockInterface) ForwardPodPort

func (m *MockInterface) ForwardPodPort(arg0, arg1 string, arg2, arg3 int) (chan struct{}, error)

ForwardPodPort mocks base method.

func (*MockInterface) GardenCore

func (m *MockInterface) GardenCore() versioned.Interface

GardenCore mocks base method.

func (*MockInterface) GardenSeedManagement added in v1.17.0

func (m *MockInterface) GardenSeedManagement() versioned0.Interface

GardenSeedManagement mocks base method.

func (*MockInterface) Kubernetes

func (m *MockInterface) Kubernetes() kubernetes0.Interface

Kubernetes mocks base method.

func (*MockInterface) RESTClient

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

RESTClient mocks base method.

func (*MockInterface) RESTConfig

func (m *MockInterface) RESTConfig() *rest.Config

RESTConfig mocks base method.

func (*MockInterface) Start added in v1.7.0

func (m *MockInterface) Start(arg0 context.Context)

Start mocks base method.

func (*MockInterface) Version

func (m *MockInterface) Version() string

Version mocks base method.

func (*MockInterface) WaitForCacheSync added in v1.7.0

func (m *MockInterface) WaitForCacheSync(arg0 context.Context) bool

WaitForCacheSync mocks base method.

type MockInterfaceMockRecorder

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

MockInterfaceMockRecorder is the mock recorder for MockInterface.

func (*MockInterfaceMockRecorder) APIExtension

func (mr *MockInterfaceMockRecorder) APIExtension() *gomock.Call

APIExtension indicates an expected call of APIExtension.

func (*MockInterfaceMockRecorder) APIRegistration

func (mr *MockInterfaceMockRecorder) APIRegistration() *gomock.Call

APIRegistration indicates an expected call of APIRegistration.

func (*MockInterfaceMockRecorder) Applier

func (mr *MockInterfaceMockRecorder) Applier() *gomock.Call

Applier indicates an expected call of Applier.

func (*MockInterfaceMockRecorder) Cache added in v1.7.0

func (mr *MockInterfaceMockRecorder) Cache() *gomock.Call

Cache indicates an expected call of Cache.

func (*MockInterfaceMockRecorder) ChartApplier added in v1.6.0

func (mr *MockInterfaceMockRecorder) ChartApplier() *gomock.Call

ChartApplier indicates an expected call of ChartApplier.

func (*MockInterfaceMockRecorder) ChartRenderer added in v1.6.0

func (mr *MockInterfaceMockRecorder) ChartRenderer() *gomock.Call

ChartRenderer indicates an expected call of ChartRenderer.

func (*MockInterfaceMockRecorder) CheckForwardPodPort

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

CheckForwardPodPort indicates an expected call of CheckForwardPodPort.

func (*MockInterfaceMockRecorder) Client

func (mr *MockInterfaceMockRecorder) Client() *gomock.Call

Client indicates an expected call of Client.

func (*MockInterfaceMockRecorder) DirectClient added in v1.7.0

func (mr *MockInterfaceMockRecorder) DirectClient() *gomock.Call

DirectClient indicates an expected call of DirectClient.

func (*MockInterfaceMockRecorder) DiscoverVersion added in v1.8.0

func (mr *MockInterfaceMockRecorder) DiscoverVersion() *gomock.Call

DiscoverVersion indicates an expected call of DiscoverVersion.

func (*MockInterfaceMockRecorder) ForwardPodPort

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

ForwardPodPort indicates an expected call of ForwardPodPort.

func (*MockInterfaceMockRecorder) GardenCore

func (mr *MockInterfaceMockRecorder) GardenCore() *gomock.Call

GardenCore indicates an expected call of GardenCore.

func (*MockInterfaceMockRecorder) GardenSeedManagement added in v1.17.0

func (mr *MockInterfaceMockRecorder) GardenSeedManagement() *gomock.Call

GardenSeedManagement indicates an expected call of GardenSeedManagement.

func (*MockInterfaceMockRecorder) Kubernetes

func (mr *MockInterfaceMockRecorder) Kubernetes() *gomock.Call

Kubernetes indicates an expected call of Kubernetes.

func (*MockInterfaceMockRecorder) RESTClient

func (mr *MockInterfaceMockRecorder) RESTClient() *gomock.Call

RESTClient indicates an expected call of RESTClient.

func (*MockInterfaceMockRecorder) RESTConfig

func (mr *MockInterfaceMockRecorder) RESTConfig() *gomock.Call

RESTConfig indicates an expected call of RESTConfig.

func (*MockInterfaceMockRecorder) Start added in v1.7.0

func (mr *MockInterfaceMockRecorder) Start(arg0 interface{}) *gomock.Call

Start indicates an expected call of Start.

func (*MockInterfaceMockRecorder) Version

func (mr *MockInterfaceMockRecorder) Version() *gomock.Call

Version indicates an expected call of Version.

func (*MockInterfaceMockRecorder) WaitForCacheSync added in v1.7.0

func (mr *MockInterfaceMockRecorder) WaitForCacheSync(arg0 interface{}) *gomock.Call

WaitForCacheSync indicates an expected call of WaitForCacheSync.

type MockPodExecutor added in v1.13.0

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

MockPodExecutor is a mock of PodExecutor interface.

func NewMockPodExecutor added in v1.13.0

func NewMockPodExecutor(ctrl *gomock.Controller) *MockPodExecutor

NewMockPodExecutor creates a new mock instance.

func (*MockPodExecutor) EXPECT added in v1.13.0

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

func (*MockPodExecutor) Execute added in v1.13.0

func (m *MockPodExecutor) Execute(arg0, arg1, arg2, arg3, arg4 string) (io.Reader, error)

Execute mocks base method.

type MockPodExecutorMockRecorder added in v1.13.0

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

MockPodExecutorMockRecorder is the mock recorder for MockPodExecutor.

func (*MockPodExecutorMockRecorder) Execute added in v1.13.0

func (mr *MockPodExecutorMockRecorder) Execute(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

Execute indicates an expected call of Execute.

Directories

Path Synopsis
Package clientmap is a generated GoMock package.
Package clientmap is a generated GoMock package.

Jump to

Keyboard shortcuts

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