kubernetes

package
v1.2.3 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2020 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 12 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.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockApplierInterface added in v1.2.0

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

MockApplierInterface is a mock of ApplierInterface interface

func NewMockApplierInterface added in v1.2.0

func NewMockApplierInterface(ctrl *gomock.Controller) *MockApplierInterface

NewMockApplierInterface creates a new mock instance

func (*MockApplierInterface) ApplyManifest added in v1.2.0

ApplyManifest mocks base method

func (*MockApplierInterface) DeleteManifest added in v1.2.0

DeleteManifest mocks base method

func (*MockApplierInterface) EXPECT added in v1.2.0

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

type MockApplierInterfaceMockRecorder added in v1.2.0

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

MockApplierInterfaceMockRecorder is the mock recorder for MockApplierInterface

func (*MockApplierInterfaceMockRecorder) ApplyManifest added in v1.2.0

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

ApplyManifest indicates an expected call of ApplyManifest

func (*MockApplierInterfaceMockRecorder) DeleteManifest added in v1.2.0

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

DeleteManifest indicates an expected call of DeleteManifest

type MockChartApplier added in v1.2.0

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

MockChartApplier is a mock of ChartApplier interface

func NewMockChartApplier added in v1.2.0

func NewMockChartApplier(ctrl *gomock.Controller) *MockChartApplier

NewMockChartApplier creates a new mock instance

func (*MockChartApplier) Apply added in v1.2.0

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

Apply mocks base method

func (*MockChartApplier) Delete added in v1.2.0

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

Delete mocks base method

func (*MockChartApplier) EXPECT added in v1.2.0

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

func (*MockChartApplier) Render added in v1.2.0

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

Render mocks base method

func (*MockChartApplier) RenderArchive added in v1.2.0

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

RenderArchive mocks base method

type MockChartApplierMockRecorder added in v1.2.0

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

MockChartApplierMockRecorder is the mock recorder for MockChartApplier

func (*MockChartApplierMockRecorder) Apply added in v1.2.0

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

Apply indicates an expected call of Apply

func (*MockChartApplierMockRecorder) Delete added in v1.2.0

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

Delete indicates an expected call of Delete

func (*MockChartApplierMockRecorder) Render added in v1.2.0

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

Render indicates an expected call of Render

func (*MockChartApplierMockRecorder) RenderArchive added in v1.2.0

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

Applier 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) 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) 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) RESTMapper

func (m *MockInterface) RESTMapper() meta.RESTMapper

RESTMapper mocks base method

func (*MockInterface) Version

func (m *MockInterface) Version() string

Version 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) 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) 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) 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) RESTMapper

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

RESTMapper indicates an expected call of RESTMapper

func (*MockInterfaceMockRecorder) Version

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

Version indicates an expected call of Version

Jump to

Keyboard shortcuts

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