mock

package
v0.0.0-...-84ace31 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockBuilder

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

MockBuilder is a mock of Builder interface

func NewMockBuilder

func NewMockBuilder(ctrl *gomock.Controller) *MockBuilder

NewMockBuilder creates a new mock instance

func (*MockBuilder) APIURL

func (m *MockBuilder) APIURL() (string, error)

APIURL mocks base method

func (*MockBuilder) Build

func (m *MockBuilder) Build() (client.Client, error)

Build mocks base method

func (*MockBuilder) BuildDynamic

func (m *MockBuilder) BuildDynamic() (dynamic.Interface, error)

BuildDynamic mocks base method

func (*MockBuilder) EXPECT

func (m *MockBuilder) EXPECT() *MockBuilderMockRecorder

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

func (*MockBuilder) RESTConfig

func (m *MockBuilder) RESTConfig() (*rest.Config, error)

RESTConfig mocks base method

func (*MockBuilder) Unreachable

func (m *MockBuilder) Unreachable() bool

Unreachable mocks base method

func (*MockBuilder) UsePrimaryAPIURL

func (m *MockBuilder) UsePrimaryAPIURL() remoteclient.Builder

UsePrimaryAPIURL mocks base method

func (*MockBuilder) UseSecondaryAPIURL

func (m *MockBuilder) UseSecondaryAPIURL() remoteclient.Builder

UseSecondaryAPIURL mocks base method

type MockBuilderMockRecorder

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

MockBuilderMockRecorder is the mock recorder for MockBuilder

func (*MockBuilderMockRecorder) APIURL

func (mr *MockBuilderMockRecorder) APIURL() *gomock.Call

APIURL indicates an expected call of APIURL

func (*MockBuilderMockRecorder) Build

func (mr *MockBuilderMockRecorder) Build() *gomock.Call

Build indicates an expected call of Build

func (*MockBuilderMockRecorder) BuildDynamic

func (mr *MockBuilderMockRecorder) BuildDynamic() *gomock.Call

BuildDynamic indicates an expected call of BuildDynamic

func (*MockBuilderMockRecorder) RESTConfig

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

RESTConfig indicates an expected call of RESTConfig

func (*MockBuilderMockRecorder) Unreachable

func (mr *MockBuilderMockRecorder) Unreachable() *gomock.Call

Unreachable indicates an expected call of Unreachable

func (*MockBuilderMockRecorder) UsePrimaryAPIURL

func (mr *MockBuilderMockRecorder) UsePrimaryAPIURL() *gomock.Call

UsePrimaryAPIURL indicates an expected call of UsePrimaryAPIURL

func (*MockBuilderMockRecorder) UseSecondaryAPIURL

func (mr *MockBuilderMockRecorder) UseSecondaryAPIURL() *gomock.Call

UseSecondaryAPIURL indicates an expected call of UseSecondaryAPIURL

Jump to

Keyboard shortcuts

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